Presentation Layer¶
The Presentation Layer, in a "backend" application usually consists of the Controllers exposing some kind of API, usually HTTP.
However, when building Suite Applications, we can take advantage of AppServices for automatically and conventionally exposing these services as HTTP API Controllers. For more information read here.
The Presentation Layer is basically auto generated in our case.