Beispiel #1
0
        public ActionResult GetMyResultForRound(int roundId, int userId)
        {
            var result = gameUserService.GetResultForUserInRound(roundId, userId);

            return(Ok(result));
        }