I am trying to introduce Automapper into an application for the first time, but I keep getting an error saying I have some invalid arguments.
My model:
You are mapping collections, not single entities (IEnumerable to IEnumerable), so use this mapping
IEnumerable
var VMstores = Mapper.Map, IEnumerable>(stores);