Пример #1
0
 public ConditionalSection(IResumeSectionSpecification sectionSpecification, IResumeSection truthSection)
 {
     this.TruthSection         = truthSection;
     this.SectionSpecification = sectionSpecification;
 }
Пример #2
0
 public void AddSection(IResumeSection section)
 {
     resumeSections.Add(section);
 }