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); }
public override Piperony MakePiperony() { var products = new List <string> { "suprices especially for the clients" }; var pizza = new Piperony(products, this.Name); return(pizza); }