mirror of https://github.com/abpframework/abp.git
committed by
GitHub
2 changed files with 7 additions and 9 deletions
@ -1,8 +0,0 @@ |
|||||
using System.Linq; |
|
||||
|
|
||||
namespace Volo.Abp.ObjectMapping; |
|
||||
|
|
||||
public abstract class QueryProjectionMapper<TSource, TDestination> : IQueryProjectionMapper<TSource, TDestination> |
|
||||
{ |
|
||||
public abstract IQueryable<TDestination> ProjectTo(IQueryable<TSource> source); |
|
||||
} |
|
||||
Loading…
Reference in new issue