❔ MVC models conflicting names
I'm consuming a big api from azure, and the child model classes I'm building have conflicting names after I paste classes as JSON.
Example:
I only need the root node to be public, but it doesn't seem like a good solution to make the child nodes private since i'll need to access them at some point.
Is there a way to make child nodes only accessible if I write out the root node name first?
3 Replies