Modifs communication

This commit is contained in:
2026-06-09 13:29:58 +02:00
parent 7071910dc4
commit a88ce4cc7e
5 changed files with 25 additions and 6 deletions
@@ -48,7 +48,7 @@ public class CreateContactEndpoint(PyroFetesDbContext pyroFetesDbContext) : Endp
Address = contact.Address,
City = contact.City,
Role = contact.Role,
CustomerId = contact.CustomerId,
CustomerId = databaseCustomer.Id,
};
await Send.OkAsync(response, ct);