Exemplo n.º 1
0
 public IEnumerable GetAll()
 {
     return(_questionTypeRepo.GetAll());
 }
Exemplo n.º 2
0
 public ICollection <QuestionType> GetAll()
 {
     return(_repository.GetAll());
 }