From a4f9c4cd112590b422ef2dd010b267cce3e43040 Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:13:13 -0300 Subject: [PATCH] Update chapter-02-the-package-based.md --- book/chapter-02-the-package-based.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/chapter-02-the-package-based.md b/book/chapter-02-the-package-based.md index 889e7599..3a2fa771 100644 --- a/book/chapter-02-the-package-based.md +++ b/book/chapter-02-the-package-based.md @@ -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