Пример #1
0
 private void Peel(Vegetable vegetable)
 {
     Console.WriteLine("Peeling!: {0}, {1}", vegetable.Quantity, vegetable.GetType());
 }