コード例 #1
0
        public async Task <IActionResult> FixPricePerMeter()
        {
            await _globalService.FixPricePerMeterAsync();

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