public Employee getemployeebyId(string EmpID)
 {
     BusinessLogic.EmployeeController BL = new BusinessLogic.EmployeeController();
     return BL.getemployeebyId(EmpID);
 }
Ejemplo n.º 2
0
 public Employee getemployeebyId(string EmpID)
 {
     BusinessLogic.EmployeeController BL = new BusinessLogic.EmployeeController();
     return(BL.getemployeebyId(EmpID));
 }