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

@@ -4,4 +4,6 @@ public class GetCustomerDto
{
public int Id { get; set; }
public string? Note { get; set; }
public int CustomerTypeId { get; set; }
}