Example #1
0
 public ActionResult DeleteConfirmed(Guid id)
 {
     _clienteAppService.Remover(id);
     return(RedirectToAction("Index"));
 }