浏览代码

移除错误的包路径

CrazyIter 5 年之前
父节点
当前提交
8c3bb5a555

+ 0 - 1
TEAMModelOS.Service/Services/PowerPoint/Implement/PowerPointService.cs

@@ -1,6 +1,5 @@
 using DocumentFormat.OpenXml.Packaging;
 using DocumentFormat.OpenXml.Packaging;
 using TEAMModelOS.Service.Model.PowerPoint;
 using TEAMModelOS.Service.Model.PowerPoint;
-using TEAMModelOS.Service.PowerPoint.Interface;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Http;
 using System;
 using System;
 using System.Collections.Generic;
 using System.Collections.Generic;

+ 0 - 1
TEAMModelOS.Service/Services/PowerPoint/Implement/ShapeHelper.cs

@@ -1,5 +1,4 @@
 using TEAMModelOS.Service.Model.PowerPoint;
 using TEAMModelOS.Service.Model.PowerPoint;
-using TEAMModelOS.Service.PowerPoint.Implement;
 using System;
 using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
 using System.Drawing;
 using System.Drawing;

+ 1 - 1
TEAMModelOS/Controllers/Core/FileController.cs

@@ -1,4 +1,3 @@
-using TEAMModelOS.Service.PowerPoint.Interface;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Mvc;
 using Microsoft.AspNetCore.Mvc;
 using System;
 using System;
@@ -14,6 +13,7 @@ using TEAMModelOS.SDK.Helper.Security.AESCrypt;
 using TEAMModelOS.SDK.Module.AzureBlob.Container;
 using TEAMModelOS.SDK.Module.AzureBlob.Container;
 using TEAMModelOS.SDK.Module.AzureBlob.Interfaces;
 using TEAMModelOS.SDK.Module.AzureBlob.Interfaces;
 using TEAMModelOS.SDK.Module.AzureTable.Interfaces;
 using TEAMModelOS.SDK.Module.AzureTable.Interfaces;
+using TEAMModelOS.Service.Services.PowerPoint.Interface;
 
 
 namespace TEAMModelOS.Controllers.Syllabus
 namespace TEAMModelOS.Controllers.Syllabus
 {
 {

+ 0 - 2
TEAMModelOS/Startup.cs

@@ -4,8 +4,6 @@ using System.IdentityModel.Tokens.Jwt;
 using System.Linq;
 using System.Linq;
 using System.Reflection;
 using System.Reflection;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
-using TEAMModelOS.Service.PowerPoint.Implement;
-using TEAMModelOS.Service.PowerPoint.Interface;
 using Microsoft.AspNetCore.Authentication.JwtBearer;
 using Microsoft.AspNetCore.Authentication.JwtBearer;
 using Microsoft.AspNetCore.Builder;
 using Microsoft.AspNetCore.Builder;
 using Microsoft.AspNetCore.Hosting;
 using Microsoft.AspNetCore.Hosting;