Exemple #1
0
 public CommitteeController(IApplicationCommandService commandService, IDepartmentQueryRepository departmentQueryService)
 {
     this._commandService            = commandService;
     this._departmentQueryRepository = departmentQueryService;
 }
 public DepartmentController(IApplicationCommandService commandService, IDepartmentQueryRepository departmentQueryService)
 {
     this._commandService = commandService;
     this._departmentQueryRepository = departmentQueryService;
 }
 public DefaultEBankApplicationService(IApplicationCommandService commandService)
 => _commandService = commandService;