コード例 #1
0
 public List <AllocateClassroom> GetAllAllocateClassroomList()
 {
     try
     {
         AllocateClassroomGetway allocateClassroomGetway = new AllocateClassroomGetway();
         return(allocateClassroomGetway.GetAllAllocateClassroomList());
     }
     catch (Exception)
     {
         throw;
     }
 }