コード例 #1
0
 public PageCommands(SimpleContentDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
コード例 #2
0
 public PageQueries(SimpleContentDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
コード例 #3
0
 public ProjectQueries(SimpleContentDbContext dbContext)
 {
     this.dbContext = dbContext;
 }