Ejemplo n.º 1
0
 // GET: api/Answers/5
 public Answer Get(string id)
 {
     return(qs.GetAnswer(id));
 }