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