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