Пример #1
0
 public FriendDetailsDto AddNewFriend(FriendInputModel friend)
 {
     return(_friendRepository.AddNewFriend(friend));
 }