Пример #1
0
 public AccountVrfCaseStatusRemindersCommandHandler(IAccountDataRepository accountDataRepository,
                                                    IApprenticeApplicationDataRepository applicationDataRepository,
                                                    ICommandDispatcher commandDispatcher)
 {
     _accountDataRepository     = accountDataRepository;
     _applicationDataRepository = applicationDataRepository;
     _commandDispatcher         = commandDispatcher;
 }
 public GetApplicationsQueryHandler(IApprenticeApplicationDataRepository applicationRepository, IAccountDataRepository accountRepository)
 {
     _applicationRepository = applicationRepository;
     _accountRepository     = accountRepository;
 }