예제 #1
0
 public static void AssertReferralLevelIsAppropriateForReward(this ReferralProgramSlot slot, int level, UserNote userNote)
 {
 }
예제 #2
0
 public static void AssertRewardWasNotClaimedBefore(this ReferralProgramSlot slot, int level)
 {
 }
예제 #3
0
 public static List <int> GetNotClaimedLevels(this ReferralProgramSlot slot) => default;
예제 #4
0
 public static bool RewardWasClaimedBefore(this ReferralProgramSlot slot, int level) => default;
예제 #5
0
 public static bool ReferralLevelIsAppropriateForReward(this ReferralProgramSlot slot, int level, UserNote userNote) => default;