示例#1
0
 public Employee[] GetEmployeesWorkingIn(Department department)
 {
     return(dbLayer.GetEmployeesWorkingIn(department));
 }