Example #1
0
 public static void StopNotify()
 {
     if (!RemainderDAL.CheckSellerNofityForUnpay(Users.Nick))
     {
         ITopClient           client = TBManager.GetClient();
         TmcUserCancelRequest req    = new TmcUserCancelRequest();
         req.Nick = Users.Nick;
         TmcUserCancelResponse response = client.Execute(req);
         if (response.IsSuccess)
         {
             AppCusBLL.DeleteSellerNifty(Users.Nick);
         }
     }
 }
Example #2
0
 public static bool AddSellerReminderMasterForArrived(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForArrived(obj));
 }
Example #3
0
 public static Boolean CheckShippingIsExit(string sellerNick)
 {
     return(RemainderDAL.CheckShippingIsExit(sellerNick));
 }
Example #4
0
 public static bool UpdateUnPayMaster(SellerReminderMaster obj)
 {
     return(RemainderDAL.UpdateUnPayMaster(obj));
 }
Example #5
0
 public static bool AddSellerReminderMasterForUnpay(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForUnpay(obj));
 }
Example #6
0
 public static bool AddUnPay(UnpayReminderConfig obj)
 {
     return(RemainderDAL.AddUnPay(obj));
 }
Example #7
0
 public static string GetMsgHisReport(string sellerNick, string sendType)
 {
     return(RemainderDAL.GetMsgHisReport(sellerNick, sendType));
 }
Example #8
0
 public static DataTable GetPayConfirmByNick(string sellerNick)
 {
     return(RemainderDAL.GetPayConfirmByNick(sellerNick));
 }
Example #9
0
 public static bool UpdateDelaySippingBasicIsOpen(DelaySippingReminderConfig obj)
 {
     return(RemainderDAL.UpdateDelaySippingBasicIsOpen(obj));
 }
Example #10
0
 public static bool UpdateDelaySippingMaster(SellerReminderMaster obj)
 {
     return(RemainderDAL.UpdateDelaySippingMaster(obj));
 }
Example #11
0
 public static DataTable GetUnPayBasicByNick(string sellerNick)
 {
     return(RemainderDAL.GetUnPayBasicByNick(sellerNick));
 }
Example #12
0
 public static DataTable GetSignByNick(string sellerNick)
 {
     return(RemainderDAL.GetSignByNick(sellerNick));
 }
Example #13
0
 public static bool AddSignMsg(SignReminderConfig obj)
 {
     return(RemainderDAL.AddSignMsg(obj));
 }
Example #14
0
 public static bool UpdateSignBasicIsOpen(SignReminderConfig obj)
 {
     return(RemainderDAL.UpdateSignBasicIsOpen(obj));
 }
Example #15
0
 public static bool UpdateSignMsg(SignReminderConfig obj)
 {
     return(RemainderDAL.UpdateSignMsg(obj));
 }
Example #16
0
 public static bool AddPayConfirmMsg(ConfirmPayReminderConfig obj)
 {
     return(RemainderDAL.AddPayConfirmMsg(obj));
 }
Example #17
0
 public static bool AddSellerReminderMasterForPayConfrim(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForPayConfrim(obj));
 }
Example #18
0
 public static bool AddDelaySippingMsg(DelaySippingReminderConfig obj)
 {
     return(RemainderDAL.AddDelaySippingMsg(obj));
 }
Example #19
0
 public static DataTable GetMsgReminderHis(string sellerNick, string buyerNick, string startDate, string endDate, string cellPhone, string sendType)
 {
     return(RemainderDAL.GetMsgReminderHis(sellerNick, buyerNick, startDate, endDate, cellPhone, sendType));
 }
Example #20
0
 public static bool AddSellerReminderMasterForDelayShipping(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForDelayShipping(obj));
 }
Example #21
0
 public static bool UpdateUnPayMsg(UnpayReminderConfig obj)
 {
     return(RemainderDAL.UpdateUnPayMsg(obj));
 }
Example #22
0
 public static DataTable GetDelaySippingByNick(string sellerNick)
 {
     return(RemainderDAL.GetDelaySippingByNick(sellerNick));
 }
Example #23
0
 public static Boolean CheckConfigMasterIsExit(string sellerNick)
 {
     return(RemainderDAL.CheckConfigMasterIsExit(sellerNick));
 }
Example #24
0
 public static bool UpdatePayBasic(PayReminderConfig obj)
 {
     return(RemainderDAL.UpdatePayBasic(obj));
 }
Example #25
0
 public static DataTable GetMaster(string sellerNick)
 {
     return(RemainderDAL.GetMaster(sellerNick));
 }
Example #26
0
 public static bool AddPayBasic(PayReminderConfig obj)
 {
     return(RemainderDAL.AddPayBasic(obj));
 }
Example #27
0
 public static bool UpdateUnPayBasicIsOpen(UnpayReminderConfig obj)
 {
     return(RemainderDAL.UpdateUnPayBasicIsOpen(obj));
 }
Example #28
0
 public static bool UpdateConfirmPayMsg(ConfirmPayReminderConfig obj)
 {
     return(RemainderDAL.UpdateConfirmPayMsg(obj));
 }
Example #29
0
 public static bool UpdateShippingTop(ShippingReminderConfig obj)
 {
     return(RemainderDAL.UpdateShippingTop(obj));
 }
Example #30
0
 public static bool UpdatePayConfirmBasicIsOpen(ConfirmPayReminderConfig obj)
 {
     return(RemainderDAL.UpdatePayConfirmBasicIsOpen(obj));
 }