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