Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BracerLib.DI
|
||||
{
|
||||
public enum DependencyLifetime
|
||||
{
|
||||
Transient = 0,
|
||||
Singleton
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user