issues
search
Askie01
/
recipe-app
Repository for storing cooking recipes
1
stars
0
forks
source link
Move 'mapToCategoryEntities' method from 'RecipeService' to some kind of Mapper.
#14
Closed
Askie01
closed
2 months ago
Askie01
commented
2 months ago
RecipeService should not directly map to entities - it should be done with the help of some kind of 'CategoryEntityMapper'.
The name may differ.