protected BonusResult(UserGameKey userGameKey) { this.Balance = new Balance(); this.IsHistory = true; this.IsReport = true; this.IsFreeGame = userGameKey.IsFreeGame; this.CampaignId = userGameKey.CampaignId; this.FRExpired = userGameKey.FRExpired; this.FRWinLose = userGameKey.FRWinLose; }
/// <summary>Initializes a new instance of the <see cref="FreeRoundSpinBet"/> class.</summary> public FreeRoundSpinBet(UserGameKey userGameKey, PlatformType platformType) : base(userGameKey, platformType) { }
/// <summary>Initializes a new instance of the <see cref="SpinBet"/> class.</summary> public SpinBetX(UserGameKey userGameKey, PlatformType platformType) : base(userGameKey, platformType) { }
protected GameBet(UserGameKey userGameKey, PlatformType platformType) { this.UserGameKey = userGameKey; this.PlatformType = platformType; }
public ErrorBonusResult(UserGameKey userGameKey) : base(userGameKey) { this.Type = "error"; }