コード例 #1
0
 public List <Department> ShowAllDepartments()
 {
     return(departmentGetway.ShowAllDepartments());
 }