public DeparturesController(IDepartureQueryService departureQueryService, IDepartureCommandService departureCommandService, ITourQueryService tourQueryService, IOrganizationService organizationService)
 {
     _departureQueryService = departureQueryService;
     _departureCommandService = departureCommandService;
     _tourQueryService = tourQueryService;
     _organizationService = organizationService;
 }
Esempio n. 2
0
 public DeparturesController(IDepartureQueryService departureQueryService, IDepartureCommandService departureCommandService, ITourQueryService tourQueryService, IOrganizationService organizationService)
 {
     _departureQueryService   = departureQueryService;
     _departureCommandService = departureCommandService;
     _tourQueryService        = tourQueryService;
     _organizationService     = organizationService;
 }
 public DeparturesController(IDepartureQueryService departureQueryService)
 {
     _departureQueryService = departureQueryService;
 }
 public DeparturesController(IDepartureQueryService departureQueryService)
 {
     _departureQueryService = departureQueryService;
 }