public CustomerRepository(ContextClass context) { this.context = context; }
public BillRepository(ContextClass context) { this.context = context; }
public OwnerDebtRepository(ContextClass context) { this.context = context; }
public ProductRepository(ContextClass context) { this.context = context; }