コード例 #1
0
 public bool IsScheduleExist(AllocateClassroom allocateClassroom)
 {
     try
     {
         AllocateClassroomGetway allocateClassroomGetway = new AllocateClassroomGetway();
         return(allocateClassroomGetway.IsScheduleExist(allocateClassroom));
     }
     catch (Exception)
     {
         throw;
     }
 }