if i have 2 api items and invoice:
the invoice api will reduce the items quantity
is it better to make it on
-make decrease quantity from items repo and import it to invoice service layer
-same but import to invoice repo layer
-make it on invoice repo layer because it relate on invoice