1 reference to new
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
683
public static BadRequest<TValue> BadRequest<TValue>(TValue? error) =>
new
(error);