Exemplo n.º 1
0
 // GET: api/Question
 public IEnumerable <Question> GetAllQuestions()
 {
     return(dataComponent.GetQuestions().Select(q =>
                                                Question.MapFromDTO(q)));
 }