public static bool addWarnConfig(MsgSendConfig o) { return(MemberNotifyDAL.addWarnConfig(o)); }
public static bool CheckMsgConfigTypeIsExit(MsgSendConfig o) { return(MemberNotifyDAL.CheckMsgConfigTypeIsExit(o)); }
public static DataTable GetConfirmNotifyByNick(string startDate, string endDate, string buyerNick) { return(MemberNotifyDAL.GetConfirmNotifyByNick(startDate, endDate, buyerNick, Users.Nick)); }
public static bool updateWarn(MsgSendConfig o) { return(MemberNotifyDAL.updateWarn(o)); }
public static bool UpdateHuiZJMsgConfig(MsgSendConfig o) { return(MemberNotifyDAL.UpdateHuiZJMsgConfig(o)); }
public static DataTable GetMsgConfigByBuyerSellerNick(MsgSendConfig entity) { return(MemberNotifyDAL.GetMsgConfigByBuyerSellerNick(entity)); }
public static bool UpdateDelayShippingMsgConfig(MsgSendConfig o) { return(MemberNotifyDAL.UpdateDelayShippingMsgConfig(o)); }
public static Boolean CheckMsgConfigIsExit(MsgSendConfig o) { return(MemberNotifyDAL.CheckMsgConfigIsExit(o)); }
public static bool UpdateOtherParm(MsgSendConfig o) { //return MemberNotifyDAL.(o); return(MemberNotifyDAL.UpdateOtherParm(o)); }
public static bool AddMsgConfig(MsgSendConfig o) { return(MemberNotifyDAL.AddMsgConfig(o)); }
public static DataTable getWarnInfo(string selleNick, string warnType) { return(MemberNotifyDAL.getWarnInfo(selleNick, warnType)); }