4 references to Person7
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexTypeIntegrationTestBase.cs (4)
3451
public IList<
Person7
> Children { get; set; }
3464
ParameterType = typeof(
Person7
),
3494
var
model = Assert.IsType<
Person7
>(modelBindingResult.Model);