public OrderService(ASITechContext ctx) { _ctx = ctx; }
public ProductService(ASITechContext ctx) { _ctx = ctx; }
public ClientService(ASITechContext ctx) { _ctx = ctx; }
public SupplierService(ASITechContext ctx) { _ctx = ctx; }