Ejemplo n.º 1
0
 public questionandanswer Add4([FromBody] questionandanswer question)
 {
     return(repository.Add4((int)question.ID, question));
 }