ReflectionIT.Mvc.Paging
ReflectionIT.Mvc.Paging copied to clipboard
Using ReflectionIT with Automapper
Dear Sir ,
what i would like to know is about using the ReflectionIT with Automapper . i have a service layer which convert the my domain models ( as IQueriable ) to my view models . when i start using automapper , i can not return IQueriable and needs to return my view models as an IEnumerable which is not accepted by pagelist.createAsync() method from ReflectionIT . what would the recommendation/best practise to use the ReflectionIT and Automapper ?
Best Regrads ,
I am facing the same problem @sonnemaf
Please provide a working sample application that reproduces the problem?