Exemplo n.º 1
0
 public async Task <ActionResult> DeleteConfirmed(int id)
 {
     clientDA.SoftDeleteClient(id);
     return(RedirectToAction("Index"));
 }