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