Exemplo n.º 1
0
 public static List <Manager> GetDepartmentManagers(Department d)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static List <Employee> GetDepartmentEmployees(Department d)
 {
     throw new NotImplementedException();
 }