This commit is contained in:
he
2022-05-24 15:02:37 +08:00
parent d859b250e9
commit 08ae55acb9
@@ -13,9 +13,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.Interface
Task<PageOutput<GetDataInspectionOutDto>> GetInspectionData(GetDataInspectionDto dto);
Task<IResponseOutput> VerifySignatureAsync(SignDTO signDTO, IResponseOutput response);
Task<Guid> AddSignRecordAsync(SignDTO signDTO);