示例#1
0
文件: ChatHub.cs 项目: byHappyCV/Chat
 public string GetUserConId(string id)
 {
     return(_friendManager.GetUserConId(id));
 }