Beispiel #1
0
 public UserService(IUserRepository repository, IUserWebService webService,
                    ConnectedStateService сonnectedStateService)
 {
     _userRepository        = repository;
     _userWebService        = webService;
     _сonnectedStateService = сonnectedStateService;
 }
 public VacationService(IVacationRepository repository, IVacationWebService webService,
                        ConnectedStateService сonnectedStateService)
 {
     _vacationRepository    = repository;
     _vacationWebService    = webService;
     _сonnectedStateService = сonnectedStateService;
 }