Beispiel #1
0
 public void Unfollow(int userId)
 {
     Followed.Remove(userId);
 }
 public void Unfollow(int id)
 {
     Followed.Remove(id);
 }