예제 #1
0
 public void AddToCategory(ICategory categoryName, IProduct productName)
 {
     categoryName.AddCosmetics(productName);
 }