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

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