Exemplo n.º 1
0
 public PgDocumentStore(PgDbCore dbCore, string tableName)
     : base(dbCore, tableName)
 {
 }
Exemplo n.º 2
0
 public PgDocumentStore(PgDbCore dbCore)
     : base(dbCore)
 {
 }