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