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