Beispiel #1
0
 public Friend GetExistingFriend(int userId, int friendUserId)
 {
     return(friendsRepository.GetSpecificFriend(userId, friendUserId));
 }