Beispiel #1
0
 public DiFactory(ICircuitBreakerFactory factory)
 {
     Cb = factory.CreateCircuitBreaker <DiFactory>();
 }