예제 #1
0
 public ValuesFactory(Section section)
 {
     this.section = section;
 }
예제 #2
0
 public SectionValues(Section section, SectionValuesFactory sectionValuesFactory)
 {
     this.section = section;
     this.sectionValuesFactory = sectionValuesFactory;
 }