Example #1
0
 public IActionResult DeleteAuthor(int id)
 {
     _author.DeleteAuthor(id);
     return(RedirectToAction(nameof(Index)));
 }