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