Beispiel #1
0
 public ProductRepository(SuitsupplyDbContext dbContext) : base(dbContext)
 {
 }
Beispiel #2
0
 public GenericRepository(SuitsupplyDbContext dbContext)
 {
     _dbContext = dbContext;
 }