Exemplo n.º 1
0
        public ActionResult Engraving(IEnumerable <string> type, IEnumerable <string> price)
        {
            Price p = new Price();

            p.AddEncgravingPrice(type, price);

            return(RedirectToAction("Index"));
        }