Example #1
0
 public DbClusterPacketsStore(IDbClusterService dbClusterService)
 {
     this.dbClusterService = dbClusterService;
 }
Example #2
0
 public DbClusterServiceHostObjectWrapper(IDbClusterService dbClusterService)
 {
     this.dbClusterService = dbClusterService;
 }
Example #3
0
        //private int counter;

        public DbClusterPacketsStore(IDbClusterService dbClusterService, Func <AcquiredDbParameters, IPacketsStore> dbInstanceStoreFactory)
        {
            this.dbClusterService       = dbClusterService;
            this.dbInstanceStoreFactory = dbInstanceStoreFactory;
        }