What namespace is the class Book in? If it’s in the namespace Models, add a:
using Model;
At the top of the file where you’re trying to create the Book instance.
solved Creating an object of class in MVC error! c#
What namespace is the class Book in? If it’s in the namespace Models, add a:
using Model;
At the top of the file where you’re trying to create the Book instance.
solved Creating an object of class in MVC error! c#