Beispiel #1
0
 public void BindTo(ParameterIdentificationConfigurationDTO parameterIdentificationConfigurationDTO)
 {
     _screenBinder.BindToSource(parameterIdentificationConfigurationDTO);
     _presenterBinder.BindToSource(_presenter);
 }
Beispiel #2
0
 protected override void Because()
 {
     _dto = sut.MapFrom(_parameterIdentificationConfiguration, _allAlgorithms);
 }