Example #1
0
 public async Task <bool> AddContactAsync(int chatUserId, int contactUserId) => await _contactRepository.AddChatContactAsync(chatUserId, contactUserId);