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