5 references to NotFound
CatalogService (2)
CatalogApi.cs (2)
37
return Results.
NotFound
();
44
return Results.
NotFound
();
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
95
return Results.
NotFound
();
MySql.ApiService (2)
Program.cs (2)
41
: Results.
NotFound
();
64
return rows > 0 ? Results.NoContent() : Results.
NotFound
();