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