| | |
| | | 锘縰sing CMS.Plugin.$NameSpacePath$.Application.Contracts.Dtos.$EntityName$; |
| | | using Volo.Abp.Application.Services; |
| | | using CMS.Plugin.$NameSpacePath$.Domain.$EntityName$; |
| | | using CmsQueryExtensions.Entitys; |
| | | using System.Linq.Expressions; |
| | | using CMS.Plugin.$NameSpacePath$.Domain.$EntityName$; |
| | | using Volo.Abp.Application.Services; |
| | | |
| | | namespace CMS.Plugin.$NameSpacePath$.Application.Contracts.Services; |
| | | |
| | |
| | | /// <returns></returns> |
| | | /// <exception cref="UserFriendlyException"></exception> |
| | | Task<$EntityName$> GetSingleByFilterAsync(Expression<Func<$EntityName$, bool>> whereConditions, bool is鈥婱ultipleThrowException = false, CancellationToken cancellationToken = default); |
| | | |
| | | /// <summary> |
| | | /// 鏍规嵁鏉′欢鑾峰彇$ChinaComment$鍒楄〃 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<List<$EntityName$Dto>> FindListByFilterAsync(Get$EntityName$Input input, CancellationToken cancellationToken = default); |
| | | |
| | | /// <summary> |
| | | /// 鏍规嵁鏉′欢鑾峰彇鍗曚釜$ChinaComment$ |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<$EntityName$Dto> FindSingleByFilterAsync(Get$EntityName$Input input, CancellationToken cancellationToken = default); |
| | | } |