Example #1
0
 public OrdersRepository(MyAppDbContext dbContext)
     : base(dbContext)
 {
 }
Example #2
0
 public MyAppRepository(MyAppDbContext dbContext)
     : base(dbContext)
 {
 }