public DbClusterPacketsStore(IDbClusterService dbClusterService) { this.dbClusterService = dbClusterService; }
public DbClusterServiceHostObjectWrapper(IDbClusterService dbClusterService) { this.dbClusterService = dbClusterService; }
//private int counter; public DbClusterPacketsStore(IDbClusterService dbClusterService, Func <AcquiredDbParameters, IPacketsStore> dbInstanceStoreFactory) { this.dbClusterService = dbClusterService; this.dbInstanceStoreFactory = dbInstanceStoreFactory; }