public RoundResult(string winnerId, ChoiceResultType resultType, bool bluff, bool superBluff) { WinnerId = winnerId; ResultType = resultType; Bluff = bluff; SuperBluff = superBluff; }
public WinModel(string userId, ChoiceResultType choiceResultType) { UserId = userId; ChoiceResultType = choiceResultType; }