Exemplo n.º 1
0
 public int CreateGame(TblRounds newGame)
 {
     return(_gameDao.StartNewRound(newGame));
 }