1 write to Brand
Aspire.Hosting.SqlServer.Tests (1)
SqlServerFunctionalTests.cs (1)
111dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" });
1 reference to Brand
Aspire.Hosting.SqlServer.Tests (1)
SqlServerFunctionalTests.cs (1)
116Assert.Equal("BatMobile", cars[0].Brand);