2 references to ChildObject
Sample (2)
Endpoints\MapSchemasEndpoints.cs (2)
39
schemas.MapPost("/child", (
ChildObject
child) => Results.Ok(child));
95
public List<
ChildObject
> Children { get; set; } = [];