コード例 #1
0
 public List<Employee> getemployeebyDeptID(string DeptID)
 {
     BusinessLogic.EmployeeController BL = new BusinessLogic.EmployeeController();
     return BL.getemployeebyDeptID(DeptID);
 }
コード例 #2
0
 public List <Employee> getemployeebyDeptID(string DeptID)
 {
     BusinessLogic.EmployeeController BL = new BusinessLogic.EmployeeController();
     return(BL.getemployeebyDeptID(DeptID));
 }