Example #1
0
 public void AddUserToFollowed(User followed)
 {
     _followedUsersContainer.AddUserToFollowed(followed);
 }