예제 #1
0
 public Cache_BO()
 {
     //reportDailyService = new ReportDailyService();
     reportTypeService           = new ReportTypeService();
     dataObservationMongoService = new DataObservationMongoService();
     sitesService = new SitesService();
 }
예제 #2
0
 public DataController()
 {
     dataObservationMongoService = new DataObservationMongoService();
     areasService       = new AreasService();
     sitesService       = new SitesService();
     groupService       = new GroupService();
     userProfileService = new UserProfileService();
 }
 public HomeController()
 {
     dataObservationMongoService = new DataObservationMongoService();
     dataAlarmMongoService = new DataAlarmMongoService();
     areasService = new AreasService();
     sitesService = new SitesService();
     groupService = new GroupService();
     observationService = new ObservationService();
     userProfileService = new UserProfileService();
 }
 public ReportController()
 {
     dataObservationMongoService = new DataObservationMongoService();
     dataAlarmMongoService       = new DataAlarmMongoService();
     areasService               = new AreasService();
     sitesService               = new SitesService();
     groupService               = new GroupService();
     observationService         = new ObservationService();
     userProfileService         = new UserProfileService();
     reportTypeService          = new ReportTypeService();
     reportDailyNhietDoService  = new ReportDailyNhietDoService();
     reportDailyMucNuocService  = new ReportDailyMucNuocService();
     reportDailyLuongMuaService = new ReportDailyLuongMuaService();
     reportDailyApSuatService   = new ReportDailyApSuatService();
     reportDailyDoAmService     = new ReportDailyDoAmService();
     reportDailyTocDoGioService = new ReportDailyTocDoGioService();
     reportDailyHuongGioService = new ReportDailyHuongGioService();
 }