Beispiel #1
0
 public trueorfalse Add1([FromBody] trueorfalse question)
 {
     return(repository.Add1((int)question.ID, question));
 }