public RegisterAssemblyWithSimpleCqrsServiceLocatorBlade(SimpleCqrs.IServiceLocator simpleCqrsServiceLocator)
 {
     this.simpleCqrsServiceLocator = simpleCqrsServiceLocator;
 }
コード例 #2
0
 public RegisterSimpleCqrsDependencies(SimpleCqrs.IServiceLocator simpleCqrsServiceLocator)
 {
     this.simpleCqrsServiceLocator = simpleCqrsServiceLocator;
 }