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