5 references to Cars
Aspire.Hosting.Oracle.Tests (5)
OracleFunctionalTests.cs (5)
63dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 66var cars = await dbContext.Cars.ToListAsync(cts.Token); 149dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 206var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token); 328var brands = await dbContext.Cars.ToListAsync(cancellationToken: cts.Token);