コード例 #1
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool addWarnConfig(MsgSendConfig o)
 {
     return(MemberNotifyDAL.addWarnConfig(o));
 }
コード例 #2
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool CheckMsgConfigTypeIsExit(MsgSendConfig o)
 {
     return(MemberNotifyDAL.CheckMsgConfigTypeIsExit(o));
 }
コード例 #3
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static DataTable GetConfirmNotifyByNick(string startDate, string endDate, string buyerNick)
 {
     return(MemberNotifyDAL.GetConfirmNotifyByNick(startDate, endDate, buyerNick, Users.Nick));
 }
コード例 #4
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool updateWarn(MsgSendConfig o)
 {
     return(MemberNotifyDAL.updateWarn(o));
 }
コード例 #5
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool UpdateHuiZJMsgConfig(MsgSendConfig o)
 {
     return(MemberNotifyDAL.UpdateHuiZJMsgConfig(o));
 }
コード例 #6
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static DataTable GetMsgConfigByBuyerSellerNick(MsgSendConfig entity)
 {
     return(MemberNotifyDAL.GetMsgConfigByBuyerSellerNick(entity));
 }
コード例 #7
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool UpdateDelayShippingMsgConfig(MsgSendConfig o)
 {
     return(MemberNotifyDAL.UpdateDelayShippingMsgConfig(o));
 }
コード例 #8
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static Boolean CheckMsgConfigIsExit(MsgSendConfig o)
 {
     return(MemberNotifyDAL.CheckMsgConfigIsExit(o));
 }
コード例 #9
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool UpdateOtherParm(MsgSendConfig o)
 {
     //return MemberNotifyDAL.(o);
     return(MemberNotifyDAL.UpdateOtherParm(o));
 }
コード例 #10
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool AddMsgConfig(MsgSendConfig o)
 {
     return(MemberNotifyDAL.AddMsgConfig(o));
 }
コード例 #11
0
ファイル: MemberNotifyBLL.cs プロジェクト: fubendong/--CTCRM
 public static DataTable getWarnInfo(string selleNick, string warnType)
 {
     return(MemberNotifyDAL.getWarnInfo(selleNick, warnType));
 }