5 references to Cars
Aspire.Hosting.Oracle.Tests (5)
OracleFunctionalTests.cs (5)
62dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 65var cars = await dbContext.Cars.ToListAsync(cts.Token); 148dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 204var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 326var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token);