Example #1
0
 public TransportationPreciseController(PreciseStatService service, CollegeCellViewService collegeCellViewService,
                                        HotSpotService marketService, TownPreciseService townPreciseService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _marketService          = marketService;
     _townPreciseService     = townPreciseService;
 }
Example #2
0
 public CollegePreciseController(PreciseStatService service, CollegeCellViewService collegeCellViewService,
                                 CollegeStatService collegeService, TownPreciseService townMrsRsrpService)
 {
     _service = service;
     _collegeCellViewService = collegeCellViewService;
     _collegeService         = collegeService;
     _townMrsRsrpService     = townMrsRsrpService;
 }