6 references to Cars
Aspire.Hosting.Oracle.Tests (6)
OracleFunctionalTests.cs (6)
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); 319var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 416var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token);