From 40697435fff5f378a98b5b1f5f6b3418a7c08361 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 8 Sep 2025 16:20:16 +0200 Subject: [PATCH] fix(EnvelopeDto): convert type of Status-property to EnvelopeStatus --- EnvelopeGenerator.Application/Dto/EnvelopeDto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EnvelopeGenerator.Application/Dto/EnvelopeDto.cs b/EnvelopeGenerator.Application/Dto/EnvelopeDto.cs index b39893eb..c89ed0cc 100644 --- a/EnvelopeGenerator.Application/Dto/EnvelopeDto.cs +++ b/EnvelopeGenerator.Application/Dto/EnvelopeDto.cs @@ -1,6 +1,6 @@ using DigitalData.EmailProfilerDispatcher.Abstraction.Attributes; using DigitalData.UserManager.Application.DTOs.User; -using EnvelopeGenerator.Application.Envelopes.Queries; +using EnvelopeGenerator.Domain.Constants; using EnvelopeGenerator.Domain.Entities; using Microsoft.AspNetCore.Mvc; @@ -25,7 +25,7 @@ public record EnvelopeDto /// /// /// - public required EnvelopeStatusQuery Status { get; set; } + public required EnvelopeStatus Status { get; set; } /// /// Default value is string.Empty