Ejemplo n.º 1
0
 public IEnumerable <BusinessModels.EnquiryLevel> GetAllEnquiryLevels()
 {
     //TestRegionData();
     return(_eqdataLayer.GetAll());
 }
Ejemplo n.º 2
0
 public IEnumerable <BusinessModels.EnquiryLevel> GetAllEnquiryLevels()
 {
     return(_enqlvldataLayer.GetAll());
 }