Ejemplo n.º 1
0
 public static bool UpdateSellerCusMsgContent(string sellerNick, string msgContent)
 {
     return(MsgDAL.UpdateSellerCusMsgContent(sellerNick, msgContent));
 }