コード例 #1
0
ファイル: ChatHub.cs プロジェクト: byHappyCV/Chat
 public string GetUserConId(string id)
 {
     return(_friendManager.GetUserConId(id));
 }