コード例 #1
0
 public List <Department> GetListDepartment(int mainOfficeTypeID)
 {
     return(mainOfficeTypeDb.GetListDepartment(mainOfficeTypeID));
 }