Esempio n. 1
0
 private Task <ModelParameterIdentification[]> allParameterIdentificationsFrom(ParameterIdentification[] snapshotParameterIdentifications, ModelProject project)
 => _parameterIdentificationMapper.MapToModels(snapshotParameterIdentifications, project);
Esempio n. 2
0
 private Task <ModelParameterIdentification[]> allParameterIdentificationsFrom(ParameterIdentification[] snapshotParameterIdentifications,
                                                                               SnapshotContext snapshotContext)
 => _parameterIdentificationMapper.MapToModels(snapshotParameterIdentifications, snapshotContext);