SoC and the Apex Common Library Tutorial Series Part 7: The Service Layer
What is the Service Layer? The Service Layer, “Defines an application’s boundaries with a layer of services that establishes a set of available operations and coordinates the application’s response in each operation”. – Martin Fowler This essentially just means that the service layer should house your business logic. It should be a centralized place that…