예제 #1
0
 public static ContextControllerFactory WithFactoryEnv(
     this ContextControllerFactory factory,
     ContextControllerFactoryEnv contextControllerFactoryEnv)
 {
     factory.FactoryEnv = contextControllerFactoryEnv;
     return factory;
 }
예제 #2
0
 public ContextControllerForgeBase(ContextControllerFactoryEnv ctx)
 {
     FactoryEnv = ctx;
 }