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