Example #1
0
 private bool ClassroomExists(int id)
 {
     return(_classroomService.IsExists(id));
 }