public OrderRepository(SyntPolApiDbContext context) : base(context) { syntPolApiDbContext = context; }
public InvoiceRepository(SyntPolApiDbContext context) : base(context) { syntPolApiDbContext = context; }
public ProductRepository(SyntPolApiDbContext context) : base(context) { syntPolApiDbContext = context; }
public CategoryRepository(SyntPolApiDbContext context) : base(context) { syntPolApiDbContext = context; }