Пример #1
0
 public async Task ExecuteDistributor(IDistributor distributor, dynamic config)
 {
     await distributor.ReconcilePool(config);
 }