Beispiel #1
0
 public ChatRoomDetailsInfo FindChatRoom(int chatRoomId)
 {
     return(_chatRoomRepository.FindChatRoomInfo(chatRoomId));
 }