Model / Domain

The Application domain of the extension is always located below Classes/Domain. This folder is structured as follows:

Model/

Contains the domain models themselves.

Repository/

It contains the repositories to access the domain models.

Validator/

Contains specific validators for the domain models.

Contents: