refactor(ReceiverUI/Models): update to use Application layer's DTO

This commit is contained in:
2026-06-17 14:05:01 +02:00
parent 73d793f0a0
commit 9f57baf2e5
4 changed files with 9 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
using System.Net.Http.Json;
using System.Text.Json;
using EnvelopeGenerator.Application.Common.Dto;
using EnvelopeGenerator.ReceiverUI.Models;
using EnvelopeGenerator.ReceiverUI.Options;
using Microsoft.Extensions.Options;