You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the RestController uses the domain entity. This is not convenient as currency objects need to be defined completely instead of deriving a currency instance from a string representation. This should be improved using DTOs and mapping similar to the mapping that happens between domain and persistence objects.
The text was updated successfully, but these errors were encountered:
Currently the RestController uses the domain entity. This is not convenient as currency objects need to be defined completely instead of deriving a currency instance from a string representation. This should be improved using DTOs and mapping similar to the mapping that happens between domain and persistence objects.
The text was updated successfully, but these errors were encountered: