Exemple #1
0
 public void SaveConfiguration()
 {
     _compoundProperties.ClearGroupMapping();
     _parameterMappingDTO.SelectedAlternatives().Each(
         alternative => _compoundProperties.AddCompoundGroupSelection(new CompoundGroupSelection
     {
         GroupName       = alternative.GroupName,
         AlternativeName = alternative.Name
     }));
 }