Exemplo n.º 1
0
 public async Task <ObjectControllerResult> ThirdRoundChrologyAnswer(List <int> answers)
 {
     return(Result(await gameProcessService.ThirdRoundChronologyReceiveAnswer(answers)));
 }