Update chapter-02-the-package-based.md

This commit is contained in:
Lucas Ribeiro 2020-09-30 15:13:13 -03:00 committed by GitHub
parent 71c0c72111
commit b2ad9f3868

View file

@ -56,6 +56,7 @@ Models builds the foundation of data relationships in form of entities.
#### Services
Services are a façade for bot back-end logic and other custom processing.
all GeneralBots functionality comes down to services.
#### Tests