Ejemplo n.º 1
0
        public async Task <IActionResult> FixFinalPrice()
        {
            await _globalService.FixFinalPriceAsync();

            return(RedirectToPage(typeof(IndexModel).Page()));
        }