nax3t / automated-payroll

1 stars 3 forks source link

Add Service Layer #8

Open imcodingideas opened 3 years ago

imcodingideas commented 3 years ago

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: