Пример #1
0
        public override Piperony MakePiperony()
        {
            var products = new List<string> { "hot peper", "chili", "tomatos", "green hot pepers" };
            var pizza = new Piperony(products, this.Name);

            return pizza;
        }
Пример #2
0
        public override Piperony MakePiperony()
        {
            var products = new List<string> { "suprices especially for the clients" };
            var pizza = new Piperony(products, this.Name);

            return pizza;
        }