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 7b226fcf86
commit a4f9c4cd11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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