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