李昊 4 년 전
부모
커밋
98192de21c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      gx_api/GxPress/Api/GxPress.Api/WebControllers/WebTopicController.cs

+ 0 - 4
gx_api/GxPress/Api/GxPress.Api/WebControllers/WebTopicController.cs

@@ -3,15 +3,11 @@ using System.Linq;
 using System.Threading.Tasks;
 using GxPress.Auth;
 using GxPress.Common.Page;
-using GxPress.Common.Tools;
 using GxPress.Entity.Topic;
 using GxPress.Repository.Interface;
 using GxPress.Repository.Interface.Topic;
 using GxPress.Request.App.Topic;
-using GxPress.Request.App.TopicAnalyze;
-using GxPress.Request.App.TopicComment;
 using GxPress.Result.App.Topic;
-using GxPress.Result.App.TopicComment;
 using GxPress.Service.Interface.Middle;
 using GxPress.Service.Interface.Topic;
 using Microsoft.AspNetCore.Authorization;