예제 #1
0
 public void RemoveEmployee(string ENAME)
 {
     empRepo.RemoveEmp(ENAME);
 }