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