Esempio n. 1
0
 public Game Vote(VoteModel model)
 {
     CurrentRound?.Vote(model.PlayerId, model.VoteeId);
     return(this);
 }