Modifs communication
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user