Example #1
0
        public async Task <IActionResult> Add()
        {
            var model = await adminProductsService.GetProductAsync();

            return(View(model));
        }