I am working on ASP.NET MVC4 and i want to map my view model and database table object. And for that i want to use Mapper.Map.But i don't have any idea about its Namespace.
Can anyone suggest me the namespace for that ?
I am working on ASP.NET MVC4 and i want to map my view model and database table object. And for that i want to use Mapper.Map.But i don't have any idea about its Namespace.
Can anyone suggest me the namespace for that ?
That's not a namespace from MVC 4 directly. It's a namespace that belongs to AutoMapper.