示例#1
0
 public IEnumerable <BusinessModels.Location> GetAllLocations(string identity)
 {
     //TestRegionData();
     return(_locdataLayer.GetAll(int.Parse(identity)));
 }
示例#2
0
 public IEnumerable <BusinessModels.Location> GetAll()
 {
     return(_dataLayer.GetAll());
 }
示例#3
0
 public IEnumerable <BusinessModels.Location> GetAlllocations()
 {
     //TestRegionData();
     return(_locdataLayer.GetAll());
 }