Files
HopFrame/docs/models.md
2024-09-26 11:55:53 +02:00

22 lines
445 B
Markdown

# Models for HopFrame
This page shows all models that HopFrame uses.
## Base Models
These are the models used by the various database services.
![](./Diagrams/Models/img/BaseModels.svg)
## API Models
These are the models used by the REST API and the Blazor API.
![](./Diagrams/Models/img/ApiModels.svg)
## Database Models
These are the models that correspond to the scheme in the Database
![](./Diagrams/Models/img/DatabaseModels.svg)