Example #1
0
 public BehaviorStartup(DiContainer container, ITypeIndex typeIndex)
 {
     this.container = container;
     this.typeIndex = typeIndex;
 }
Example #2
0
 public CoreStartup(ITypeIndex typeIndex)
 {
     this.typeIndex = typeIndex;
 }