forked from ddrilling/AsbCloudServer
13 lines
287 B
C#
13 lines
287 B
C#
namespace Mapster
|
|
{
|
|
public static class MapsterExtension
|
|
{
|
|
//public static IEnumerable<TDestination> Adapt<TDestination>(this IEnumerable<object> sourceList)
|
|
//{
|
|
// return sourceList.Select(item => item.Adapt<TDestination>());
|
|
//}
|
|
|
|
|
|
}
|
|
}
|