Example #1
0
 public static bool UpdatePayBasicIsOpen(PayReminderConfig obj)
 {
     return(RemainderDAL.UpdatePayBasicIsOpen(obj));
 }
Example #2
0
 public static bool AddPayMsg(PayReminderConfig obj)
 {
     return(RemainderDAL.AddPayMsg(obj));
 }
Example #3
0
 public static bool UpdatePayMsg(PayReminderConfig obj)
 {
     return(RemainderDAL.UpdatePayMsg(obj));
 }