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