Example #1
0
        public static ConstructConfiguration Preconfigure()
        {
            var newConfig = new ConstructConfiguration();
            var lf        = _localFactory.Value;

            lf.Push(newConfig);
            return(newConfig);
        }
Example #2
0
 public static ConstructConfiguration Preconfigure(ConstructConfiguration cached)
 {
     _localFactory.Value.Push(cached);
     return(cached);
 }