예제 #1
0
 public static void FillDomain(IGenDomain genDomain)
 {
 }
예제 #2
0
 public AmJitsuGenDiBasedObjectFactory(Func <Type, object> getDependency)
 {
     this.getDependency = getDependency;
     genDomain          = GenDomain.Static;
     instantiators      = new ConcurrentDictionary <Type, IAmObjectInstantiator>();
 }