Esempio n. 1
0
 public CreateCity(IWoWDbPostgreContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public CreateCharacterPostgre(IWoWDbPostgreContext dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 3
0
 public Importer(IWoWDbPostgreContext context)
 {
     this.dbPostgreContext = context;
 }
Esempio n. 4
0
 public CreateUser(IWoWDbPostgreContext dbContext)
 {
     this.dbContext = dbContext;
 }