I use EF Design
and I import all my models from the bank to .EDMX
.
I ask: How do I call the controllers
objects I create within a View
?
I have tried to put @model
up to controller
and it will not and I tried to create a list of a controller
object also will not.