From 538c368a082cbd6fc58fd3921ca9754c085020eb Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 31 Dec 2020 15:37:16 +0300 Subject: [PATCH] CmsKit - Refactor ContentController --- .../Volo/CmsKit/Admin/Contents/ContentController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo/CmsKit/Admin/Contents/ContentController.cs b/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo/CmsKit/Admin/Contents/ContentController.cs index 7fc2f4596e..79cf2e0a8f 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo/CmsKit/Admin/Contents/ContentController.cs +++ b/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo/CmsKit/Admin/Contents/ContentController.cs @@ -1,8 +1,5 @@ using Microsoft.AspNetCore.Mvc; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Threading.Tasks; using Volo.Abp; using Volo.Abp.Application.Dtos;