Esempio n. 1
0
 public UsersPostgres(IPostgresDb db)
 {
     this.db = db;
 }
Esempio n. 2
0
 public TableContext(IPostgresDb db)
 {
     this.db = db;
 }
Esempio n. 3
0
 public DropshipItemsPostgres(IPostgresDb db) : base(db)
 {
 }
Esempio n. 4
0
 public LoggingPostgres(IPostgresDb db)
 {
     this.db = db;
 }
Esempio n. 5
0
 public FeedbackPostgres(IPostgresDb db, IRavenClient raven)
 {
     this.db    = db;
     this.raven = raven;
 }
Esempio n. 6
0
 public SearchPostgres(IPostgresDb db)
 {
     this.db = db;
 }
Esempio n. 7
0
 public OAuthPostgres(IPostgresDb db) : base(db)
 {
 }
 public DropshipAccountsPostgres(IPostgresDb db) : base(db)
 {
 }