Base solution for your next web application
Open Closed

Why weblayer depends on core and entityframework #675


User avatar
0
shamohamed created

Hi,

I am just learning abp+module zero template based project, please correct me why web layer is depended on core+entity layers...i thought the flow would be web layer-->Application Layer-->core -->entity --> db...

please correct me.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Because we use some entities from accountcontroller and using some consts on entities in the validation. So, nothing wrong with it unless you don't move application logic to web layer.

    But the general flow is similar you did write.