Beispiel #1
0
 public async Task <ChatRoom> Get(int senderId, int recieverId)
 {
     return(await chatContext.GetConversation(senderId, senderId));
 }