Esempio n. 1
0
 public bool Update6(int id, [FromBody] composition question)
 {
     return(repository.Update6(id, question));
 }