1 write to Brand
Aspire.Hosting.MySql.Tests (1)
MySqlFunctionalTests.cs (1)
439
dbContext.Cars.Add(new TestDbContext.Car {
Brand
= "BatMobile" });
1 reference to Brand
Aspire.Hosting.MySql.Tests (1)
MySqlFunctionalTests.cs (1)
448
Assert.Equal("BatMobile", cars[0].
Brand
);