contact updated

This commit is contained in:
2025-12-04 17:45:06 +01:00
parent 2b4b2b50df
commit 0beb5f3446
8 changed files with 53 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ namespace PyroFetes.DTO.Customer.Request;
public class CreateCustomerDto
{
public string? Note { get; set; }
public int CustomerTypeId { get; set; }
}