Browse Source
Merge pull request #7056 from abpframework/tag-rename
Rename tag controller to tag admin controller
pull/7062/head
Enis Necipoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo/CmsKit/Admin/Tags/TagAdminController.cs
|
|
|
@ -9,11 +9,11 @@ using Volo.CmsKit.Tags; |
|
|
|
|
|
|
|
namespace Volo.CmsKit.Admin.Tags |
|
|
|
{ |
|
|
|
public class TagController : CmsKitAdminController, ITagAdminAppService |
|
|
|
public class TagAdminController : CmsKitAdminController, ITagAdminAppService |
|
|
|
{ |
|
|
|
protected ITagAdminAppService TagAdminAppService { get; } |
|
|
|
|
|
|
|
public TagController(ITagAdminAppService tagAdminAppService) |
|
|
|
public TagAdminController(ITagAdminAppService tagAdminAppService) |
|
|
|
{ |
|
|
|
TagAdminAppService = tagAdminAppService; |
|
|
|
} |