5 references to Any
CatalogDb (3)
CatalogDbInitializer.cs (3)
84
if (!dbContext.CatalogBrands.
Any
())
94
if (!dbContext.CatalogTypes.
Any
())
104
if (!dbContext.CatalogItems.
Any
())
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
2200
new Func<IQueryable<TSource>, bool>(
Any
).Method,
TestProject.IntegrationServiceA (1)
Postgres\NpgsqlEFCoreExtensions.cs (1)
18
return results.
Any
() ? Results.Ok("Success!") : Results.Problem("Failed");