public ConditionalSection(IResumeSectionSpecification sectionSpecification, IResumeSection truthSection) { this.TruthSection = truthSection; this.SectionSpecification = sectionSpecification; }
public void AddSection(IResumeSection section) { resumeSections.Add(section); }