예제 #1
0
 public void AddBeauty(IBeauty beauty)
 {
     _beauties.Add(beauty);
 }
예제 #2
0
 public RingDecorator(IBeauty person)
 {
     this.person = person;
 }