From 293b87069bec3e5169ad6757abe8bb406293e918 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 11 Aug 2022 13:45:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Interface/IReadingQuestionService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Interface/IReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/Interface/IReadingQuestionService.cs index 659c0750a..0a7dbbf13 100644 --- a/IRaCIS.Core.Application/Service/Reading/Interface/IReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/Interface/IReadingQuestionService.cs @@ -13,8 +13,6 @@ namespace IRaCIS.Core.Application.Contracts { Task SetSystemCriterionDisable(Guid dictionaryId, Guid? parentId); - Task VerifyeCriterionNeedSynchronize(VerifyeCriterionNeedSynchronizeInDto inDto); - }