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