public static SettingsForType <T> Create(Settings other) { var settings = new SettingsForType <T>(); Settings.CopyFromTo(settings, other); return(settings); }
public NoDataBuilder(Parameters parameters, SettingsForType <TDto> settings) { Parameters = parameters; Settings = settings; Graph = GraphSchema.Cache <TDto> .Graph; }