示例#1
0
文件: Bowl.cs 项目: EmilPopov/C-Sharp
 public void Add(Vegetable vegetable)
 {
     this.Ingredients.Add(vegetable);
 }