2 references to Cars
Aspire.Hosting.SqlServer.Tests (2)
SqlServerFunctionalTests.cs (2)
110
dbContext.
Cars
.Add(new TestDbContext.Car { Brand = "BatMobile" });
112
var cars = await dbContext.
Cars
.ToListAsync(cts.Token);