6 references to Cars
Aspire.Hosting.Oracle.Tests (6)
OracleFunctionalTests.cs (6)
64dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 67var cars = await dbContext.Cars.ToListAsync(cts.Token); 153dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 210var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 325var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 422var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token);