コード例 #1
0
 public IActionResult DeleteTheme(int Id)
 {
     _themeService.DeleteThemeById(Id);
     return(RedirectToAction(nameof(Panel)));
 }