Exemplo n.º 1
0
 public Category AddFriend(IBefriendable befriendable)
 {
     Owner.AddFriendToCategory(befriendable, this);
     return(this);
 }
Exemplo n.º 2
0
 public Category AddFriend(Friend friend)
 {
     Owner.AddFriendToCategory(friend, this);
     return(this);
 }