issues
search
Askie01
/
recipe-app
Repository for storing cooking recipes
1
stars
0
forks
source link
Create CategoryDTO to Category mapper.
#56
Open
Askie01
opened
2 weeks ago
Askie01
commented
2 weeks ago
Create 'CategoryDTOToCategoryImmutableMapper' class that will perform field mapping from 'CategoryDTO' object to 'Category' object.
This class have to implement 'ImmutableMapper' interface.