コード例 #1
0
 public ActionResult Deletar(int?id)
 {
     SetorAppService.Deletar(id);
     return(PartialView("_NotificationMessagesPartial"));
 }