예제 #1
0
 public DirectChat GetDirectChat(string participant1, string participant2)
 => _chatRepo.GetDirectChat(participant1, participant2);