Exemplo n.º 1
0
 public bool PushAnswer(Answer answer)
 {
     return(_context.AddAnswer(answer));
 }