瀏覽代碼

错误引用

zhouj1203@hotmail.com 5 年之前
父節點
當前提交
a9df006fab

+ 0 - 1
TEAMModelOS.Service/Services/Evaluation/Implements/ImportExerciseService.cs

@@ -22,7 +22,6 @@ using TEAMModelOS.SDK.Module.AzureBlob.Container;
 using TEAMModelOS.SDK.Module.AzureBlob.Interfaces;
 using TEAMModelOS.SDK.Module.AzureTable.Interfaces;
 using TEAMModelOS.Service.Models.Core;
-using TEAMModelOS.Service.Models.Evaluation.Dtos.Own;
 using TEAMModelOS.Service.Services.Evaluation.Interfaces;
 
 namespace TEAMModelOS.Service.Services.Evaluation.Implements

+ 0 - 1
TEAMModelOS.Service/Services/Evaluation/Interfaces/IImportExerciseService.cs

@@ -5,7 +5,6 @@ using System.Text;
 using System.Threading.Tasks;
 
 using TEAMModelOS.SDK.Context.Configuration;
-using TEAMModelOS.Service.Models.Evaluation.Dtos.Own;
 
 namespace TEAMModelOS.Service.Services.Evaluation.Interfaces
 {