public BulkRetryBatchCreation(RetriesGateway retries)
 {
     this.retries = retries;
 }
Esempio n. 2
0
 public BulkRetryBatchCreation(RetriesGateway retries, TimeKeeper timeKeeper)
 {
     this.retries    = retries;
     this.timeKeeper = timeKeeper;
 }