Exemplo n.º 1
0
        private ActionResult UpdateProjectCustomAttributes(EditProjectCustomAttributesViewModel viewModel, Project project)
        {
            viewModel.UpdateModel(project, CurrentFirmaSession);

            return(new ModalDialogFormJsonResult());
        }