コード例 #1
0
ファイル: SmartBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool AddMsgSendHis(MsgSendHis o, string msgChannel)
 {
     return(SmartDAL.AddMsgSendHis(o, msgChannel));
 }
コード例 #2
0
ファイル: SmartBLL.cs プロジェクト: fubendong/--CTCRM
 public static bool AddMsgSendHis(MsgSendHis o)
 {
     return(SmartDAL.AddMsgSendHis(o));
 }