Patterns2
GitbookKb2021-01-05
🪕 MSC (model-service-controller)
- Retreiving and creating your
Model
from various data sources (or data access objects). - Updating values across various repositories/resources.
- Performing application specific logic and manipulations, etc.
You can call a Service
in many controllers (for example, a website and a webservice), without duplicating code.