Exemplo n.º 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);
        }
Exemplo n.º 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);
        }