If im developing a MVC website, should MVC Controllers/Pages call the domain services/repositories directly? or should they only talk to Application Services?
Based on previous experience, the UI should interact with the application service and should not use domain services and repositories directly.
Thank you
Most helpful comment
Based on previous experience, the UI should interact with the application service and should not use domain services and repositories directly.