public SpatialRecordMapper(IRepresentationValueInterpolator representationValueInterpolator, ISectionMapper sectionMapper, IWorkingDataMapper workingDataMapper, TaskDataMapper taskDataMapper) { _representationValueInterpolator = representationValueInterpolator; _workingDataMapper = workingDataMapper; _sectionMapper = sectionMapper; _taskDataMapper = taskDataMapper; }
public SectionMapper(IWorkingDataMapper meterMapper, TaskDataMapper taskDataMapper) : base(taskDataMapper, null) { _workingDataMapper = meterMapper; }