Example #1
0
 public virtual void StartSharing(UserProfile user)
 {
     _sharedWith.Add(user);
     user.AddSharedList(this);
 }