Ejemplo n.º 1
0
 public void EditEmployee(Employee empDet)
 {
     _IEmployeeBL.EditEmployee(empDet);
 }