14 lines
771 B
Markdown
14 lines
771 B
Markdown
# HopFrame documentation
|
|
These sides contain all documentation available for the HopFrame modules
|
|
|
|
## Content
|
|
| Topic | Description | Document |
|
|
|----------|------------------------------------------------|-----------------------|
|
|
| Models | All models used by the HopFrame | [link](./models.md) |
|
|
| Services | All services provided by the HopFrame | [link](./services.md) |
|
|
| Usage | How to properly implement the HopFrame modules | [link](./usage.md) |
|
|
|
|
## Dependencies
|
|
Both the HopFrame.Api and HopFrame.Web modules are dependent on the HopFrame.Database and HopFrame.Security modules.
|
|
So all models and services provided by these modules are available in the other modules as well.
|