mirror of https://github.com/abpframework/abp.git
committed by
GitHub
3 changed files with 8 additions and 8 deletions
@ -1,9 +1,10 @@ |
|||
using System.Threading.Tasks; |
|||
using JetBrains.Annotations; |
|||
using JetBrains.Annotations; |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Application.Services; |
|||
|
|||
namespace Volo.CmsKit.Public.Pages |
|||
{ |
|||
public interface IPagePublicAppService |
|||
public interface IPagePublicAppService : IApplicationService |
|||
{ |
|||
Task<PageDto> FindBySlugAsync([NotNull] string slug); |
|||
} |
|||
|
|||
Loading…
Reference in new issue