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