public override IDataStore <T> CreateDocumentStoreFor <T>() { return(_db.CreateDocumentStoreFor <T>()); }
public void init() { _db = new PgDbCore("biggy_test"); _db.TryDropTable("propertydocuments"); _PropertyDocumentStore = _db.CreateDocumentStoreFor <PropertyDocument>(); }
public void init() { _db = new PgDbCore("biggy_test"); _db.TryDropTable("propertydocuments"); _PropertyDocumentStore = _db.CreateDocumentStoreFor<PropertyDocument>(); }