0

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 ?

Pawan
  • 2,150
  • 11
  • 45
  • 73

1 Answers1

3

That's not a namespace from MVC 4 directly. It's a namespace that belongs to AutoMapper.

John H
  • 14,422
  • 4
  • 41
  • 74