Ejemplo n.º 1
0
 public static bool AreAllSectionsValidForProject(ProjectFirmaModels.Models.Project project, FirmaSession currentFirmaSession)
 {
     return(project.GetApplicableProposalWizardSections(false, project.HasEditableCustomAttributes(currentFirmaSession)).All(x => x.IsComplete));
 }