Пример #1
0
 public IEnumerable <ChatRoomInfo> FindChatRooms(string userId)
 {
     return(_chatRoomRepository.FindChatRooms(userId));
 }