protected IEnumerable <TDestination> Map <TSource, TDestination>(IEnumerable <TSource> sourceValue) { return(MapperProvider.Map <TSource, TDestination>(sourceValue)); }
protected TDestination Map <TSource, TDestination>(TSource sourceValue) { return(MapperProvider.Map <TSource, TDestination>(sourceValue)); }