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