Beispiel #1
0
 protected override ConstructorInfo GetContextConstructor()
 {
     return(ContextType.GetConstructor(
                new Type[] { typeof(string), typeof(bool), typeof(IApplicationContext), typeof(string[]) }));
 }