static MicroServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }
 static SpringServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }
 static NinjectServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }
Exemplo n.º 4
0
 static AutofacServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }
Exemplo n.º 5
0
 static CastleWindsorServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }
Exemplo n.º 6
0
 static StructureMapServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }
 static UnityServiceLocator()
 {
     ServiceLocatorManager.EnsureRegistration();
 }