コード例 #1
0
ファイル: Department.cs プロジェクト: fabestine1/MyThing
 public static List <Manager> GetDepartmentManagers(Department d)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Department.cs プロジェクト: fabestine1/MyThing
 public static List <Employee> GetDepartmentEmployees(Department d)
 {
     throw new NotImplementedException();
 }