コード例 #1
0
 public TestDependencyResolver(TestEventStore testEventStore, ICommandPublisher <ISingleSignOnToken> testSingleSignOnTokenCommandPublisher = null)
 {
     TestEventStore = testEventStore;
     TestSingleSignOnTokenCommandPublisher = testSingleSignOnTokenCommandPublisher;
 }
コード例 #2
0
 public TestDependencyResolver(TestEventStore testEventStore)
 {
     TestEventStore = testEventStore;
 }