Ejemplo n.º 1
0
        public IActionResult OnPostNotShow(long id)
        {
            var result = _productCategoryApplication.NotShowinMainPage(id);

            return(RedirectToPage("./Index"));
        }