3 references to Created
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (2)
574
var result = Results.
Created
() as Created;
1745
(() => Results.
Created
(), typeof(Created)),
Nats.ApiService (1)
Program.cs (1)
54
return Results.
Created
();