2 references to Product9
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
ValidationWithRecordIntegrationTests.cs (2)
852
private record Order9([ValidateProducts9] List<
Product9
> Products);
860
if (((List<
Product9
>)value)[0].Name == "bill")