mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-24 03:56:34 +00:00
b156babf06
Method to register the current servicemanager.
7 lines
137 B
C#
7 lines
137 B
C#
namespace Slim.Tests.Models
|
|
{
|
|
public class MultiInterfaceService : IMultiInterfaceService1, IMultiInterfaceService2
|
|
{
|
|
}
|
|
}
|