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); 151dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 208var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 323var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 420var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token);