Beispiel #1
0
 public TransportationDoubleFlowController(DoubleFlowQueryService service, CollegeCellViewService collegeCellViewService,
                                           HotSpotService transportationService, TownDoubleFlowService townDoubleFlowService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _transportationService  = transportationService;
     _townDoubleFlowService  = townDoubleFlowService;
 }
Beispiel #2
0
 public MarketDoubleFlowController(DoubleFlowQueryService service, CollegeCellViewService collegeCellViewService,
                                   HotSpotService marketService, TownDoubleFlowService townDoubleFlowService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _marketService          = marketService;
     _townDoubleFlowService  = townDoubleFlowService;
 }
Beispiel #3
0
 public CollegeDoubleFlowController(DoubleFlowQueryService service, CollegeCellViewService collegeCellViewService,
                                    CollegeStatService collegeService, TownDoubleFlowService townDoubleFlowService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _collegeService         = collegeService;
     _townDoubleFlowService  = townDoubleFlowService;
 }
Beispiel #4
0
 public DoubleFlowQueryController(DoubleFlowQueryService service)
 {
     _service = service;
 }
Beispiel #5
0
 public TopDoubleFlowController(DoubleFlowQueryService service, ENodebQueryService eNodebQueryService)
 {
     _service            = service;
     _eNodebQueryService = eNodebQueryService;
 }