Пример #1
0
 public PgAdapter(PgConfig pgConfig)
 {
     Config = pgConfig;
 }
Пример #2
0
 public PgAdapter()
 {
     Config = new PgConfig();
 }