Esempio n. 1
0
 public GingerCouchbase(ActDBValidation.eDBValidationType DBValidationtype, Environments.Database mDB, ActDBValidation mact)
 {
     Action  = DBValidationtype;
     this.Db = mDB;
     Act     = mact;
 }
Esempio n. 2
0
 //TODO: need this while checking Test Connection , need to find a better way
 public GingerMongoDb(Environments.Database mDB)
 {
     this.Db = mDB;
 }
Esempio n. 3
0
 //TODO: need this while checking Test Connection , need to find a better way
 public GingerCouchbase(Environments.Database mDB)
 {
     this.Db = mDB;
 }
Esempio n. 4
0
 //TODO: need this while checking Test Connection , need to find a better way
 public GingerCassandra(Environments.Database mDB)
 {
     this.Db = mDB;
 }