Class Pack
This class will set the SimpleInjector's container between the interfaces in the Albatross.Database namespace and the implementations in the Albatross.Database.SqlServer namespace.
Inheritance
System.Object
Pack
Implements
SimpleInjector.Packaging.IPackage
Namespace: Albatross.Database.SqlServer.SimpleInjector
Assembly: Albatross.Database.SqlServer.SimpleInjector.dll
Syntax
public class Pack : IPackage
Methods
| Improve this Doc View SourceRegisterServices(Container)
Declaration
public void RegisterServices(Container container)
Parameters
Type | Name | Description |
---|---|---|
SimpleInjector.Container | container |
Implements
SimpleInjector.Packaging.IPackage