Exemplo n.º 1
0
 public Department GetDepartmentOf(Employee employee)
 {
     return(dbLayer.GetDepartmentOf(employee));
 }