Beispiel #1
0
 public ProductRepository(CgiProductsDbContext context) : base(context)
 {
 }
Beispiel #2
0
 protected BaseRepository(CgiProductsDbContext context)
 {
     _context = context;
 }
 public CategoryRepository(CgiProductsDbContext context) : base(context)
 {
 }