Exemplo n.º 1
0
 public bool Update3(int id, [FromBody] selection question)
 {
     return(repository.Update3(id, question));
 }