@@ -283,7 +283,7 @@ public class AuditDocumentService(IRepository<AuditDocument> _auditDocumentRepos
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var success = await _auditDocumentRepository.DeleteFromQueryAsync(t => DeleteId.Contains(t.Id), true);
|
var success = await _auditDocumentRepository.DeleteFromQueryAsync(t => DeleteId.Distinct().Contains(t.Id), true);
|
||||||
return ResponseOutput.Ok();
|
return ResponseOutput.Ok();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user