5 writes to Brand
CatalogDb (5)
CatalogDbInitializer.cs (5)
41
new() {
Brand
= "Azure" },
42
new() {
Brand
= ".NET" },
43
new() {
Brand
= "Visual Studio" },
44
new() {
Brand
= "SQL Server" },
45
new() {
Brand
= "Other" }
3 references to Brand
CatalogDb (3)
CatalogDbInitializer.cs (2)
61
var dotNet = catalogBrands.First(b => b.
Brand
== ".NET");
62
var other = catalogBrands.First(b => b.
Brand
== "Other");
Model.cs (1)
92
builder.Property(cb => cb.
Brand
)