public List<Employee> getemployeebyDeptID(string DeptID)
 {
     BusinessLogic.EmployeeController BL = new BusinessLogic.EmployeeController();
     return BL.getemployeebyDeptID(DeptID);
 }
Ejemplo n.º 2
0
 public List <Employee> getemployeebyDeptID(string DeptID)
 {
     BusinessLogic.EmployeeController BL = new BusinessLogic.EmployeeController();
     return(BL.getemployeebyDeptID(DeptID));
 }