Exemple #1
0
 public List <Exam> GetExamByCourse(int id)
 {
     return(_examRepository.GetExamByCourse(id));
 }