Ejemplo n.º 1
0
 public bool Update1(int id, [FromBody] trueorfalse question)
 {
     return(repository.Update1(id, question));
 }