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