1 reference to Customer
MinimalValidationSample (1)
Program.cs (1)
17
app.MapPost("/customers", (
Customer
customer) => TypedResults.Created($"/customers/{customer.Name}", customer));