Class Factory
Inheritance
System.Object
Factory
Namespace: Albatross.Database.SqlServer.SimpleInjector
Assembly: Albatross.Database.SqlServer.SimpleInjector.dll
Syntax
public class Factory
Properties
| Improve this Doc View SourceInstance
Declaration
public static Factory Instance { get; }
Property Value
Type | Description |
---|---|
Factory |
Methods
| Improve this Doc View SourceCreate<T>()
Declaration
public static T Create<T>()
where T : class
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |