コード例 #1
0
 public ChangeUserRoleCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus)
 {
     Repository = repository;
     EventBus = eventBus;
 }
コード例 #2
0
 public SetUserProfileCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus)
 {
     Repository = repository;
     EventBus = eventBus;
 }
コード例 #3
0
 public EnableUserCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus)
 {
     Repository = repository;
     EventBus = eventBus;
 }
 public CreateNewAdministratorCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus)
 {
     Repository = repository;
     EventBus = eventBus;
 }