Ejemplo n.º 1
0
        public ActionResult GetAllProduct()
        {
            var allProduct = catalogueSvc.GetAllProduct().ToList();



            return(View(allProduct));
        }