Пример #1
0
 public IActionResult Delete(ApplicationUser user)
 {
     _db.DeleteUser(user);
     return(RedirectToAction(nameof(Index)));
 }