public bool ShouldApply(IPOReader reader) { return(reader.Request.Any(x => x.StartsWith("video") || x.StartsWith("book"))); }
public bool ShouldApply(IPOReader reader) { return(reader.Request.Any(x => x.Contains(match))); }
public bool ShouldApply(IPOReader reader) { return(reader.Request.Any(x => x.StartsWith("referer"))); }
public bool ShouldApply(IPOReader purchaseOrder) { return(rules.All(x => x.ShouldApply(purchaseOrder))); }
public bool ShouldApply(IPOReader reader) { return(reader.Request.Any(x => x.StartsWith("membership upgrade"))); }