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