Beispiel #1
0
 public SpatialRecordMapper(IRepresentationValueInterpolator representationValueInterpolator, ISectionMapper sectionMapper, IWorkingDataMapper workingDataMapper, TaskDataMapper taskDataMapper)
 {
     _representationValueInterpolator = representationValueInterpolator;
     _workingDataMapper = workingDataMapper;
     _sectionMapper     = sectionMapper;
     _taskDataMapper    = taskDataMapper;
 }
Beispiel #2
0
 public SpatialRecordMapper(IRepresentationValueInterpolator representationValueInterpolator)
 {
     _representationValueInterpolator = representationValueInterpolator;
 }
 public SpatialRecordMapper(IRepresentationValueInterpolator representationValueInterpolator)
 {
     _representationValueInterpolator = representationValueInterpolator;
 }