Beispiel #1
0
 protected IEnumerable <TDestination> Map <TSource, TDestination>(IEnumerable <TSource> sourceValue)
 {
     return(MapperProvider.Map <TSource, TDestination>(sourceValue));
 }
Beispiel #2
0
 protected TDestination Map <TSource, TDestination>(TSource sourceValue)
 {
     return(MapperProvider.Map <TSource, TDestination>(sourceValue));
 }