Service Layer - Multiple Entry Points ?
Hello,
I am working on a pre-existing project that presents a situation I never thought of. The service layer has hundreds of methods, so its broken out into a couple dozen service layers classes, each with entry points that the Web.UI makes calls to. Is this compliant with standard Enterprise Patterns ? I always thought the Service Layer should be a single class.
Thank-you.
|