Ejemplo n.º 1
0
        public IActionResult Index()
        {
            var productAttributes = _productAttrRepo.GetAllProductAttributes();

            ViewBag.TitlePlural = "Product Attributes";
            ViewBag.Title       = "Product Attribute";
            return(View(productAttributes));
        }