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