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
did not create UserDTO because users will not interact with User table directly, so no need to create DTO for it to let user insert data into User table.
mappers are used to convert entity to DTO (object) so that users can get data (in json) from backend app