예제 #1
0
파일: ChatHub.cs 프로젝트: byHappyCV/Chat
 public string GetUserConId(string id)
 {
     return(_friendManager.GetUserConId(id));
 }