jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Moving logic to models #88

Closed t-andrews closed 3 years ago

t-andrews commented 3 years ago

In order to reduce the number of classes and respect the MVC pattern, we should move data access and business logic methods to the the already existing models.

Each model should implement a service interface and related controllers should have this interface injected instead of the model directly.

Models to modify:

New models should follow this structure as well.