Exemple #1
0
 public static bool AddMsgSendHisIntoTestTable(string sellerNick, string phone)
 {
     return(SmartDAL.AddMsgSendHisIntoTestTable(sellerNick, phone));
 }