Beispiel #1
0
 public ProductRepository(ProductDbContext context)
 {
     _context = context;
 }
 public CategoryRepository(ProductDbContext context)
 {
     _context = context;
 }