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