Exemple #1
0
 public static DataTable GetMsgTempByNick(string sellerNick)
 {
     return(MsgDAL.GetMsgTempByNick(sellerNick));
 }