Example #1
0
 public async Task <IActionResult> DeleteConfirmed(int id)
 {
     MoviesDB.Delete(id);
     return(RedirectToAction(nameof(Index)));
 }