RepositoryServiceAdapterTService Class |
Namespace: PDTec.IceNet.Sdk.Service
public static class RepositoryServiceAdapter<TService> where TService : new(), IceNetService
Name | Description | |
---|---|---|
Instance(IDatabaseRepository) |
Gets a service instance that is connected to the ice.NET infrastructure.
| |
Instance(IDatabaseRepository, String) |
Gets a service instance that is connected to the ice.NET infrastructure.
|
r0 = RepositoryServiceAdapter<MyService>.Instance(Repository, IceNetUserName).MyMethod(p1, p2);