Exemple #1
0
 public static bool AddUnPay(UnpayReminderConfig obj)
 {
     return(RemainderDAL.AddUnPay(obj));
 }
Exemple #2
0
 public static bool UpdateUnPayBasicIsOpen(UnpayReminderConfig obj)
 {
     return(RemainderDAL.UpdateUnPayBasicIsOpen(obj));
 }
Exemple #3
0
 public static bool UpdateUnPayMsg(UnpayReminderConfig obj)
 {
     return(RemainderDAL.UpdateUnPayMsg(obj));
 }