Example #1
0
        public ActionResult CategoryEditForm(int id, int storeId)
        {
            var token = _webStoreServices.GetCategoryEditDTO(id, storeId);

            return(PartialView("WebStore/_EditCategory", token));
        }