c# - Service Layer between BLL und Presentation Layer -


i have question service layer in asp.net mvc application.

in service layer, there dto's , di business , data access layer. in service layer map dtos domain model. means, define dto classes in service layer , map ef entities , send business layer. correct?

i don't understand how call methods business layer in mvc application. think in business layer have define createuser() method or else. of processes takes place in business layer. service layer have createuser() method, call presentation layer?

i think, don't understand how service layer implemented, think it's implement it, because facade bll , dal presentation layer.

thanks dominik


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -