Example #1
0
 public ShipperRepository(NorthwindDbContext context)
     : base(context)
 {
 }
Example #2
0
 public EmployeeRepository(NorthwindDbContext context)
     : base(context)
 {
 }
Example #3
0
 public CustomersRepository(NorthwindDbContext context)
     : base(context)
 {
 }
Example #4
0
 public ProductRepository(NorthwindDbContext context)
     : base(context)
 {
 }