示例#1
0
 public PgAdapter(PgConfig pgConfig)
 {
     Config = pgConfig;
 }
示例#2
0
 public PgAdapter()
 {
     Config = new PgConfig();
 }