Example #1
0
 public static bool UpdateArrivedBasicIsOpen(ArrivedReminderConfig obj)
 {
     return(RemainderDAL.UpdateArrivedBasicIsOpen(obj));
 }
Example #2
0
 public static bool AddArrivedMsg(ArrivedReminderConfig obj)
 {
     return(RemainderDAL.AddArrivedMsg(obj));
 }
Example #3
0
 public static bool UpdateArrivedMsg(ArrivedReminderConfig obj)
 {
     return(RemainderDAL.UpdateArrivedMsg(obj));
 }