| | |
| | | using System.Linq.Expressions; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.Enums; |
| | | |
| | | namespace WIDESEAWCS_Core.BaseRepository |
| | | { |
| | |
| | | int pageSize = 20, |
| | | string? orderByFields = null); |
| | | |
| | | bool DeleteAndMoveIntoHty(TEntity entity, OperateTypeEnum operateType); |
| | | |
| | | //List<TResult> QueryMuch<T, T2, T3, TResult>( |
| | | // Expression<Func<T, T2, T3, object[]>> joinExpression, |
| | | // Expression<Func<T, T2, T3, TResult>> selectExpression, |
| | | // Expression<Func<T, T2, T3, bool>> whereLambda = null) where T : class, new(); |
| | | //Task<PageModel<TEntity>> QueryPage(PaginationModel pagination); |
| | | bool DeleteAndMoveIntoHty(List<TEntity> entities, OperateTypeEnum operateType); |
| | | } |
| | | } |