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