Exemplo n.º 1
0
 public SegmentLining(DataRow rawData)
     :base(rawData)
 {
     ConstructionRecord = new SLConstructionRecordType();
     InspectionRecords = new SLInspectionRecordType();
     //RehabilitationRecords = new Collection<SLRehabilitationRecordType>();
 }
Exemplo n.º 2
0
 public SegmentLining()
 {
     ConstructionRecord = new SLConstructionRecordType();
     InspectionRecords = new SLInspectionRecordType();
     //RehabilitationRecords = new Collection<SLRehabilitationRecordType>();
 }