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)
-
0
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.