Move TagAppService to Public from common

pull/6872/head
enisn 5 years ago
parent 881f19d7c3
commit 9f48463f60

@ -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
{

@ -1,9 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.CmsKit.Tags;
namespace Volo.CmsKit.Tags
namespace Volo.CmsKit.Public.Tags
{
public class TagAppService : CmsKitAppServiceBase, ITagAppService
{
Loading…
Cancel
Save