Exemplo n.º 1
0
 public IEnumerable <BusinessModels.Employee> GetAllEmployeeOnLocation(int fldIdentiity)
 {
     //TestRegionData();
     return(_empdataLayer.GetAllEmployeesOnLocation(fldIdentiity));
 }
Exemplo n.º 2
0
 public IEnumerable <BusinessModels.Employee> GetAllEmployeesOnLocation(int fldidentity)
 {
     return(_dataLayer.GetAllEmployeesOnLocation(fldidentity));
 }