コード例 #1
0
 public bool CheckAnswer([FromBody] AnswerPost post)
 {
     return(_engineService.CheckAnswer(post.QuestionId, post.Answer).Result);
 }