Files
HopFrame/docs/Diagrams/Models/README.md
2024-07-23 19:15:01 +02:00

22 lines
391 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.
![](img/BaseModels.svg)
## API Models
These are the models used by the REST API and the Blazor API.
![](img/ApiModels.svg)
## Database Models
These are the models that correspond to the scheme in the Database
![](img/DatabaseModels.svg)