Exemple #1
0
 public IEnumerable GetAll()
 {
     return(_questionTypeRepo.GetAll());
 }
Exemple #2
0
 public ICollection <QuestionType> GetAll()
 {
     return(_repository.GetAll());
 }