0
jdavis01 created
I'm working on an application, where I need to extend user profiles to include some application settings. What would be your best practice recommendations?
I'm thinking I should extend the user entity to include their settings then update the user profile Dto's
Thoughts?