2 references to NotFound
Microsoft.AspNetCore.Http.Results (1)
Results.cs (1)
601=> NotFound<object>(value);
Microsoft.AspNetCore.Http.Results.Tests (1)
ResultsTests.cs (1)
1186var result = Results.NotFound(value) as NotFound<Todo>;