コード例 #1
0
 public override void PreInitialize()
 {
     base.PreInitialize();
     _otherModule.PreInitializeCount.ShouldBe(1);
     _otherModule.CallMeOnStartup();
 }
コード例 #2
0
 public override void PreInitialize <TTenantId, TUserId>()
 {
     base.PreInitialize <TTenantId, TUserId>();
     _otherModule.PreInitializeCount.ShouldBe(1);
     _otherModule.CallMeOnStartup();
 }