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