From 08ae55acb922c6d1023c176d3309d86578725019 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 24 May 2022 15:02:37 +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/Inspection/Interface/IInspectionService.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/Interface/IInspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/Interface/IInspectionService.cs index c66cdcef..e5729012 100644 --- a/IRaCIS.Core.Application/Service/Inspection/Interface/IInspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/Interface/IInspectionService.cs @@ -13,9 +13,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.Interface Task> GetInspectionData(GetDataInspectionDto dto); - - - Task VerifySignatureAsync(SignDTO signDTO, IResponseOutput response); + Task AddSignRecordAsync(SignDTO signDTO);