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