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