2021-07-28 09:46:58 +05:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
2021-12-07 18:27:52 +05:00
|
|
|
|
using System.Linq;
|
2021-07-28 09:46:58 +05:00
|
|
|
|
|
|
|
|
|
namespace Mapster
|
|
|
|
|
{
|
|
|
|
|
public static class MapsterExtension
|
|
|
|
|
{
|
2022-06-06 15:43:47 +05:00
|
|
|
|
//public static IEnumerable<TDestination> Adapt<TDestination>(this IEnumerable<object> sourceList)
|
|
|
|
|
//{
|
|
|
|
|
// return sourceList.Select(item => item.Adapt<TDestination>());
|
|
|
|
|
//}
|
2021-07-28 09:46:58 +05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|