4 references to NotFound
CatalogService (2)
CatalogApi.cs (2)
37
return Results.
NotFound
();
44
return Results.
NotFound
();
MySql.ApiService (2)
Program.cs (2)
41
: Results.
NotFound
();
64
return rows > 0 ? Results.NoContent() : Results.
NotFound
();