Пример #1
0
 public void Post(Answer a)
 {
     if (ModelState.IsValid)
     {
         qs.CreateAnswer(a);
     }
 }