public ProductRepository(ProductDbContext productDbContext)
 {
     this.productDbContext = productDbContext;
 }
Exemple #2
0
 public ComponentRepository(ProductDbContext productDbContext)
 {
     this.productDbContext = productDbContext;
 }