Exemplo n.º 1
0
 public void CreateAnswer(AnswerEdit model)
 {
     _repo.Add(AnswerFactory.CreateAnswerFromAnswerEdit(model));
 }