Ejemplo n.º 1
0
 public CategoryRepository(AppJune2020DbContext ctx)
 {
     this.ctx = ctx;
 }
 public ProductRepository(AppJune2020DbContext ctx)
 {
     this.ctx = ctx; // the ctx that is injected from DI
 }