Ejemplo n.º 1
0
        public async Task <IActionResult> BrandProductCategories(int brandId)
        {
            var viewModel = await _brandManager.GetBrandProductCategories(brandId); //TODO:

            return(View(viewModel));
        }