Exemplo n.º 1
0
 public CouponRepository(OrderAndEatDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 2
0
 public SubCategoryRepository(OrderAndEatDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 3
0
 public MenuItemRepository(OrderAndEatDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 4
0
 public BaseRepository(OrderAndEatDbContext dbContext)
 {
     _dbContext = dbContext;
 }