Exemplo n.º 1
0
 public static IEnumerable <TDestination> GetPrototype <TSource, TDestination>(this IEnumerable <TSource> models) => MapperHelper.Map <TSource, TDestination>(models);
Exemplo n.º 2
0
 public static IEnumerable <TDestination> ConvertoDto <TSource, TDestination>(this IEnumerable <TSource> models) => MapperHelper.Map <TSource, TDestination>(models);