Ejemplo n.º 1
0
 public SpatialRecordMapper(IRepresentationValueInterpolator representationValueInterpolator, ISectionMapper sectionMapper, IWorkingDataMapper workingDataMapper, TaskDataMapper taskDataMapper)
 {
     _representationValueInterpolator = representationValueInterpolator;
     _workingDataMapper = workingDataMapper;
     _sectionMapper     = sectionMapper;
     _taskDataMapper    = taskDataMapper;
 }
Ejemplo n.º 2
0
 public SectionMapper(IWorkingDataMapper meterMapper, TaskDataMapper taskDataMapper)
     : base(taskDataMapper, null)
 {
     _workingDataMapper = meterMapper;
 }