Facade Pattern in Business Central - AL Language
Facade Pattern is a Design Pattern to hide complexity of the multiple sub systems by providing a simple interface to the client. This pattern involves a single codeunit which provides simple methods required by the client and delegates call to methods of existing internal codeunits. Class Diagram Facade pattern class diagram: Subsystem: Each class / codeunit in Subsystems has some functionality that will be accessed by client using Facade. Facade: This will be the interface f



