Exemplo n.º 1
0
 public ShipperRepository(NorthwindDbContext context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public EmployeeRepository(NorthwindDbContext context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public CustomersRepository(NorthwindDbContext context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public ProductRepository(NorthwindDbContext context)
     : base(context)
 {
 }