Beispiel #1
0
 public AwardModel SubmitCode([FromBody] UserCodeModel userCodeModel)
 {
     return(lotteryService.CheckCode(userCodeModel));
 }