Exemple #1
0
 public List <Question> GetAllQuestion()
 {
     return(_examRepository.GetAllQuestion());
 }