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