Exemple #1
0
 public Boolean ExistingClass(string ClassCode)
 {
     return(classroomRepository.Exist(ClassCode));
 }