Ejemplo n.º 1
0
 public TestDependencyResolver(TestEventStore testEventStore, ICommandPublisher <ISingleSignOnToken> testSingleSignOnTokenCommandPublisher = null)
 {
     TestEventStore = testEventStore;
     TestSingleSignOnTokenCommandPublisher = testSingleSignOnTokenCommandPublisher;
 }
Ejemplo n.º 2
0
 public TestDependencyResolver(TestEventStore testEventStore)
 {
     TestEventStore = testEventStore;
 }