issues
search
Askie01
/
recipe-app
Repository for storing cooking recipes
1
stars
0
forks
source link
Move 'mapToIngredientEntities' method from 'RecipeService' to some kind of Mapper.
#15
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 'IngredientEntityMapper'.
The name may differ.
Askie01
commented
2 months ago
Closed with PR #18