customer type affiché

This commit is contained in:
2026-06-10 21:43:38 +02:00
parent a88ce4cc7e
commit 35c99928ad
2 changed files with 4 additions and 1 deletions
@@ -6,4 +6,6 @@ public class GetCustomerDto
public string? Note { get; set; }
public int CustomerTypeId { get; set; }
public string? CustomerType { get; set; }
}