Example #1
0
 public void AddNewEmptyStartValue()
 {
     _startValueDTOs.Insert(0, _startValueMapper.MapFrom(
                                startValue: _emptyStartValueCreator.CreateEmptyStartValue(_startValuesTask.GetDefaultDimension()),
                                buildingBlock: _buildingBlock
                                ));
     bindToView();
 }