示例#1
0
 public PgDocumentStore(PgDbCore dbCore, string tableName)
     : base(dbCore, tableName)
 {
 }
示例#2
0
 public PgDocumentStore(PgDbCore dbCore)
     : base(dbCore)
 {
 }