Exemplo n.º 1
0
        public static SettingsForType <T> Create(Settings other)
        {
            var settings = new SettingsForType <T>();

            Settings.CopyFromTo(settings, other);
            return(settings);
        }
Exemplo n.º 2
0
 public NoDataBuilder(Parameters parameters, SettingsForType <TDto> settings)
 {
     Parameters = parameters;
     Settings   = settings;
     Graph      = GraphSchema.Cache <TDto> .Graph;
 }