1 instantiation of CustomIResultImplementor
Sample (1)
Endpoints\MapSchemasEndpoints.cs (1)
42schemas.MapGet("/custom-iresult", () => new CustomIResultImplementor { Content = "Hello world!" })
1 reference to CustomIResultImplementor
Sample (1)
Endpoints\MapSchemasEndpoints.cs (1)
43.Produces<CustomIResultImplementor>(200);