Пример #1
0
 public async Task <bool> AreUsersFriends(string A, string B)
 {
     return(await _friendRepository.AreUsersFriends(A, B));
 }