1 reference to new
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
663
public static NotFound<TValue> NotFound<TValue>(TValue? value) =>
new
(value);