fix: Füge required-Attribut zu Receiver-Eigenschaften hinzu

This commit is contained in:
Developer 02
2024-08-21 11:29:39 +02:00
parent c704d222f0
commit 3a7099feb4
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ using EnvelopeGenerator.Application.DTOs;
using EnvelopeGenerator.Domain.Entities;
using EnvelopeGenerator.Infrastructure.Contracts;
using EnvelopeGenerator.Application.Resources;
using Microsoft.AspNetCore.Mvc;
namespace EnvelopeGenerator.Application.Services
{