Example #1
0
 public static bool HasCDP(string custID)
 {
     return (CurrentDayPickup.Exists(x => (!x.CDPDeleted && x.CDPCustomerID == custID)));
 }