refactor(Application.Envelopes.Queries.EnvelopeStatus): rename as EnvelopeStatusQuery

This commit is contained in:
2025-09-01 11:06:41 +02:00
parent c5c040fb15
commit ef7e694c9f
10 changed files with 12 additions and 12 deletions

View File

@@ -104,7 +104,7 @@ public class EnvelopeReceiverController : ControllerBase
max_status: envelopeReceiver.Envelope.Status?.Max,
envelopeQuery: envelopeReceiver.Envelope,
receiverQuery: envelopeReceiver.Receiver,
ignore_statuses: envelopeReceiver.Envelope.Status?.Ignore ?? Array.Empty<EnvelopeStatus>())
ignore_statuses: envelopeReceiver.Envelope.Status?.Ignore ?? Array.Empty<EnvelopeStatusQuery>())
.ThenAsync(
Success: Ok,
Fail: IActionResult (msg, ntc) =>