Exemple #1
0
 public IEnumerable <Question> GetQuestionsByPoll(int Id)
 {
     return(_repo.GetQuestionsByPollId(Id));
 }