Esempio n. 1
0
 public ActionResult Deletar(int?id)
 {
     bancoAppService.Deletar(id);
     return(PartialView("_NotificationMessagesPartial"));
 }