mirror of https://github.com/abpframework/abp.git
3 changed files with 8 additions and 6 deletions
@ -1,7 +1,6 @@ |
|||
using System.Collections.Generic; |
|||
using System.ComponentModel.DataAnnotations; |
|||
using System.ComponentModel.DataAnnotations; |
|||
|
|||
namespace Volo.CmsKit.Tags |
|||
namespace Volo.CmsKit.Public.Tags |
|||
{ |
|||
public class GetRelatedTagsInput |
|||
{ |
|||
@ -1,8 +1,9 @@ |
|||
using System.Collections.Generic; |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Application.Services; |
|||
using Volo.CmsKit.Tags; |
|||
|
|||
namespace Volo.CmsKit.Tags |
|||
namespace Volo.CmsKit.Public.Tags |
|||
{ |
|||
public interface ITagAppService : IApplicationService |
|||
{ |
|||
Loading…
Reference in new issue