Esempio n. 1
0
 public static bool IsRetention(this UserOffer offer) => default;
Esempio n. 2
0
 public static bool IsObsolete(this UserOffer offer, DateTime time) => default;
Esempio n. 3
0
 public static bool RetentionPrizeAlreadyTaken(this UserOffer offer, DateTime now) => default;
Esempio n. 4
0
 public static UserOffer AssertOfferHasResourcePrice(this UserOffer offer, bool throwException           = true) => default;
Esempio n. 5
0
 public static bool ValidatePurchaseCount(this IEnumerable <DateTime> purchaseDates, PurchaseLimit?limitType, DateTime time, UserOffer offer = null) => default;
Esempio n. 6
0
 public static void AssertOfferPurchaseLimit(this UserOffer offer, DateTime time)
 {
 }
Esempio n. 7
0
 public static void AssertOfferPurchaseLimit(this UserOffer userOffer, DateTime time, PurchaseLimit purchaseLimit)
 {
 }
Esempio n. 8
0
 public static bool IsFree(this UserOffer offer) => default;