Example #1
0
 public bool Update4(int id, [FromBody] questionandanswer question)
 {
     return(repository.Update4(id, question));
 }