This commit is contained in:
he
2022-08-11 13:45:09 +08:00
parent e2ad22437f
commit 293b87069b
@@ -13,8 +13,6 @@ namespace IRaCIS.Core.Application.Contracts
{
Task<IResponseOutput> SetSystemCriterionDisable(Guid dictionaryId, Guid? parentId);
Task<bool> VerifyeCriterionNeedSynchronize(VerifyeCriterionNeedSynchronizeInDto inDto);
}