❔ How can I pass model data to my controller if I have another POCO class in the model?
Let's imagine that I have the classes:
How can I create a simple editor for these classes? I mean that my
Of course I cannot bind
How can I create a simple editor for these classes? I mean that my
Create() method takes something like this:Of course I cannot bind
Entrances property because it is another class and it is an array. How can I do the trick? What should my controller accept and how can I do it in the view?