Exemplo n.º 1
0
 public ActionResult DeleteConfirmed(Guid id)
 {
     _convocacaoAppService.Remove(id);
     return(RedirectToAction("Index"));
 }