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 ?
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 ,