示例#1
0
 public List <string> GetChatRecords(string FromId, string ToId = null)
 {
     return(_mysqlDB.GetChatRecords(FromId, ToId));
 }