Exemplo n.º 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);
         }
     }
 }
Exemplo n.º 2
0
 public static bool AddSellerReminderMasterForArrived(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForArrived(obj));
 }
Exemplo n.º 3
0
 public static Boolean CheckShippingIsExit(string sellerNick)
 {
     return(RemainderDAL.CheckShippingIsExit(sellerNick));
 }
Exemplo n.º 4
0
 public static bool UpdateUnPayMaster(SellerReminderMaster obj)
 {
     return(RemainderDAL.UpdateUnPayMaster(obj));
 }
Exemplo n.º 5
0
 public static bool AddSellerReminderMasterForUnpay(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForUnpay(obj));
 }
Exemplo n.º 6
0
 public static bool AddUnPay(UnpayReminderConfig obj)
 {
     return(RemainderDAL.AddUnPay(obj));
 }
Exemplo n.º 7
0
 public static string GetMsgHisReport(string sellerNick, string sendType)
 {
     return(RemainderDAL.GetMsgHisReport(sellerNick, sendType));
 }
Exemplo n.º 8
0
 public static DataTable GetPayConfirmByNick(string sellerNick)
 {
     return(RemainderDAL.GetPayConfirmByNick(sellerNick));
 }
Exemplo n.º 9
0
 public static bool UpdateDelaySippingBasicIsOpen(DelaySippingReminderConfig obj)
 {
     return(RemainderDAL.UpdateDelaySippingBasicIsOpen(obj));
 }
Exemplo n.º 10
0
 public static bool UpdateDelaySippingMaster(SellerReminderMaster obj)
 {
     return(RemainderDAL.UpdateDelaySippingMaster(obj));
 }
Exemplo n.º 11
0
 public static DataTable GetUnPayBasicByNick(string sellerNick)
 {
     return(RemainderDAL.GetUnPayBasicByNick(sellerNick));
 }
Exemplo n.º 12
0
 public static DataTable GetSignByNick(string sellerNick)
 {
     return(RemainderDAL.GetSignByNick(sellerNick));
 }
Exemplo n.º 13
0
 public static bool AddSignMsg(SignReminderConfig obj)
 {
     return(RemainderDAL.AddSignMsg(obj));
 }
Exemplo n.º 14
0
 public static bool UpdateSignBasicIsOpen(SignReminderConfig obj)
 {
     return(RemainderDAL.UpdateSignBasicIsOpen(obj));
 }
Exemplo n.º 15
0
 public static bool UpdateSignMsg(SignReminderConfig obj)
 {
     return(RemainderDAL.UpdateSignMsg(obj));
 }
Exemplo n.º 16
0
 public static bool AddPayConfirmMsg(ConfirmPayReminderConfig obj)
 {
     return(RemainderDAL.AddPayConfirmMsg(obj));
 }
Exemplo n.º 17
0
 public static bool AddSellerReminderMasterForPayConfrim(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForPayConfrim(obj));
 }
Exemplo n.º 18
0
 public static bool AddDelaySippingMsg(DelaySippingReminderConfig obj)
 {
     return(RemainderDAL.AddDelaySippingMsg(obj));
 }
Exemplo n.º 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));
 }
Exemplo n.º 20
0
 public static bool AddSellerReminderMasterForDelayShipping(SellerReminderMaster obj)
 {
     return(RemainderDAL.AddSellerReminderMasterForDelayShipping(obj));
 }
Exemplo n.º 21
0
 public static bool UpdateUnPayMsg(UnpayReminderConfig obj)
 {
     return(RemainderDAL.UpdateUnPayMsg(obj));
 }
Exemplo n.º 22
0
 public static DataTable GetDelaySippingByNick(string sellerNick)
 {
     return(RemainderDAL.GetDelaySippingByNick(sellerNick));
 }
Exemplo n.º 23
0
 public static Boolean CheckConfigMasterIsExit(string sellerNick)
 {
     return(RemainderDAL.CheckConfigMasterIsExit(sellerNick));
 }
Exemplo n.º 24
0
 public static bool UpdatePayBasic(PayReminderConfig obj)
 {
     return(RemainderDAL.UpdatePayBasic(obj));
 }
Exemplo n.º 25
0
 public static DataTable GetMaster(string sellerNick)
 {
     return(RemainderDAL.GetMaster(sellerNick));
 }
Exemplo n.º 26
0
 public static bool AddPayBasic(PayReminderConfig obj)
 {
     return(RemainderDAL.AddPayBasic(obj));
 }
Exemplo n.º 27
0
 public static bool UpdateUnPayBasicIsOpen(UnpayReminderConfig obj)
 {
     return(RemainderDAL.UpdateUnPayBasicIsOpen(obj));
 }
Exemplo n.º 28
0
 public static bool UpdateConfirmPayMsg(ConfirmPayReminderConfig obj)
 {
     return(RemainderDAL.UpdateConfirmPayMsg(obj));
 }
Exemplo n.º 29
0
 public static bool UpdateShippingTop(ShippingReminderConfig obj)
 {
     return(RemainderDAL.UpdateShippingTop(obj));
 }
Exemplo n.º 30
0
 public static bool UpdatePayConfirmBasicIsOpen(ConfirmPayReminderConfig obj)
 {
     return(RemainderDAL.UpdatePayConfirmBasicIsOpen(obj));
 }