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