3 references to CatalogBrand
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (3)
tests\Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests\TestDbContext.cs (3)
10public DbSet<TestDbContext.CatalogBrand> CatalogBrands { get; } 22public DbSet<CatalogBrand> CatalogBrands => Set<CatalogBrand>();