Example #1
0
        public async Task <IActionResult> OnPostAsync(int?id)
        {
            await suggestionService.MakeServed((int)id);

            return(RedirectToPage("/Suggestions/Index"));
        }