예제 #1
0
 public Employee GetRepresentative(String departmentCode)
 {
     return(employeeDAO.GetRepresentative(departmentCode));
 }