コード例 #1
0
        public ActionResult Salvar(SetorViewModel model)
        {
            if (ModelState.IsValid)
            {
                SetorAppService.Salvar(model.Setor);
            }

            return(PartialView("_NotificationMessagesPartial"));
        }