Exemplo n.º 1
0
 private CountryCityService()
 {
     _daoManager     = ServiceConfig.GetInstance().DaoManager;
     _countryCityDao = _daoManager.GetDao(typeof(ICountryCityDao)) as ICountryCityDao;
 }
Exemplo n.º 2
0
 private CountryCityService()
 {
     _daoManager = ServiceConfig.GetInstance().DaoManager;
     _countryCityDao = _daoManager.GetDao(typeof(ICountryCityDao)) as ICountryCityDao;
 }