This commit is contained in:
Tizian.Breuch
2025-07-29 14:14:51 +02:00
parent 2cf73a2aac
commit deab93855e
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
namespace Webshop.Application.DTOs.Customers
{
public class UpdateCustomerProfileDto
public class UpdateCustomerDto
{
[Required(ErrorMessage = "Vorname ist erforderlich.")]
[StringLength(100)]