コード例 #1
0
 public DeparturesController(IDepartureQueryService departureQueryService, IDepartureCommandService departureCommandService, ITourQueryService tourQueryService, IOrganizationService organizationService)
 {
     _departureQueryService   = departureQueryService;
     _departureCommandService = departureCommandService;
     _tourQueryService        = tourQueryService;
     _organizationService     = organizationService;
 }
コード例 #2
0
 public DeparturesController(IDepartureQueryService departureQueryService, IDepartureCommandService departureCommandService, ITourQueryService tourQueryService, IOrganizationService organizationService)
 {
     _departureQueryService = departureQueryService;
     _departureCommandService = departureCommandService;
     _tourQueryService = tourQueryService;
     _organizationService = organizationService;
 }