Exemple #1
0
 public MarketDoubleFlowController(DoubleFlowQueryService service, CollegeCellViewService collegeCellViewService,
                                   HotSpotService marketService, TownDoubleFlowService townDoubleFlowService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _marketService          = marketService;
     _townDoubleFlowService  = townDoubleFlowService;
 }
Exemple #2
0
 public TransportationDoubleFlowController(DoubleFlowQueryService service, CollegeCellViewService collegeCellViewService,
                                           HotSpotService transportationService, TownDoubleFlowService townDoubleFlowService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _transportationService  = transportationService;
     _townDoubleFlowService  = townDoubleFlowService;
 }
Exemple #3
0
 public CollegeDoubleFlowController(DoubleFlowQueryService service, CollegeCellViewService collegeCellViewService,
                                    CollegeStatService collegeService, TownDoubleFlowService townDoubleFlowService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _collegeService         = collegeService;
     _townDoubleFlowService  = townDoubleFlowService;
 }
Exemple #4
0
 public TownDoubleFlowController(TownDoubleFlowService service)
 {
     _service = service;
 }