Exemplo n.º 1
0
 // PUT: api/Answers/5
 public void Put(Answer a)
 {
     qs.UpdateAnswer(a);
 }