示例#1
0
 public Category AddFriend(IBefriendable befriendable)
 {
     Owner.AddFriendToCategory(befriendable, this);
     return(this);
 }
示例#2
0
 public Category AddFriend(Friend friend)
 {
     Owner.AddFriendToCategory(friend, this);
     return(this);
 }