In order to make the code more readable, and testable we should introduce a service layer to the project. Basically a service is just a function or class that does some work. It just does 1 thing and 1 thing only. GetAccountsPayableService for example.
AC:
Start moving logic to services. ( GetAccountsPayableService as an example )
In order to make the code more readable, and testable we should introduce a service layer to the project. Basically a service is just a function or class that does some work. It just does 1 thing and 1 thing only. GetAccountsPayableService for example.
AC:
Depends on: