예제 #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);
        }