Esempio n. 1
0
 private bool IsOverlapping(AllocateClassroom allocateClassroom)
 {
     try
     {
         AllocateClassroomGetway allocateClassroomGetway = new AllocateClassroomGetway();
         return(allocateClassroomGetway.IsOverlapping(allocateClassroom));
     }
     catch (Exception)
     {
         throw;
     }
 }