示例#1
0
 public IEnumerable <BusinessModels.Country> GetAll()
 {
     return(_dataLayer.GetAll());
 }
示例#2
0
 public IEnumerable <BusinessModels.Country> GetAllCountrys(string identity)
 {
     //TestRegionData();
     return(_condataLayer.GetAll(int.Parse(identity)));
 }
示例#3
0
 public IEnumerable <BusinessModels.Country> GetAllCountry()
 {
     //TestRegionData();
     return(_condataLayer.GetAll());
 }