예제 #1
0
 public void EditEmployee(Employee empDet)
 {
     _IEmployeeBL.EditEmployee(empDet);
 }