Hey @ivanpaulovich,
Following this image here:
https://github.com/ivanpaulovich/clean-architecture-manga/wiki/Separation-of-Concerns#separation-of-concerns
Can my Infrastructure project reference my Domain project or should it reference my Application (UseCases) project?
Should factories be inside the domain (ICustomerFactory) or should it be part of Application?