예제 #1
0
 public List <Employee> GetEmployeesByPosition(string position)
 {
     return(employeeDAO.GetEmployeesByPosition(position));
 }