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