Example #1
0
 public ICollection <Exam> All()
 {
     return(_examRepository.All());
 }