Abp: MVC and Application Services

Created on 20 Jun 2019  路  3Comments  路  Source: abpframework/abp

If im developing a MVC website, should MVC Controllers/Pages call the domain services/repositories directly? or should they only talk to Application Services?

Most helpful comment

Based on previous experience, the UI should interact with the application service and should not use domain services and repositories directly.

All 3 comments

Based on previous experience, the UI should interact with the application service and should not use domain services and repositories directly.

Thank you

Was this page helpful?
0 / 5 - 0 ratings