private DeviceYearMonthDataService()
 {
     _daoManager        = ServiceConfig.GetInstance().DaoManager;
     _DeviceYearDataDao = _daoManager.GetDao(typeof(IDeviceYearMonthDataDao)) as IDeviceYearMonthDataDao;
 }
 private DeviceYearMonthDataService()
 {
     _daoManager = ServiceConfig.GetInstance().DaoManager;
     _DeviceYearDataDao = _daoManager.GetDao(typeof(IDeviceYearMonthDataDao)) as IDeviceYearMonthDataDao;
 }