fehermar / Project-Indigo

0 stars 2 forks source link

Implement services #10

Open halkszavu opened 9 months ago

halkszavu commented 9 months ago

Services are currently an empty interface or a mock implementation which doesn't connect to the actual database. We should implement the interfaces with an actual implementation based on the current description. These should use the DAL connected to the actual database.

halkszavu commented 9 months ago

There is a need of a map from the DAL entities to the Bll DTOs.