public ProjectCommands(ISimpleContentDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public PageQueries(ISimpleContentDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 3
0
 public PostQueries(ISimpleContentDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 4
0
 public ProjectQueries(ISimpleContentDbContext dbContext)
 {
     this.dbContext = dbContext;
 }