private DeviceMonthDayDataService()
 {
     _daoManager = ServiceConfig.GetInstance().DaoManager;
     _DeviceMonthDataDao = _daoManager.GetDao(typeof(IDeviceMonthDayDataDao)) as IDeviceMonthDayDataDao;
 }
Beispiel #2
0
 private DeviceMonthDayDataService()
 {
     _daoManager         = ServiceConfig.GetInstance().DaoManager;
     _DeviceMonthDataDao = _daoManager.GetDao(typeof(IDeviceMonthDayDataDao)) as IDeviceMonthDayDataDao;
 }