Where should I put interface implementations in a Clean Architecture project?
I have the following interfaces defined in my Domain project, where should I put the implementations like CreditCardPayment, DHLShipping, etc…
I have the following interfaces defined in my Domain project, where should I put the implementations like CreditCardPayment, DHLShipping, etc…