9 instantiations of Blog
Diagnostics.EFCore.FunctionalTests (9)
DatabaseErrorPageMiddlewareTest.cs (9)
124
db.Blogs.Add(new
Blog
());
159
db.Blogs.Add(new
Blog
());
176
db.Blogs.Add(new
Blog
());
224
db.Blogs.Add(new
Blog
());
264
db.Blogs.Add(new
Blog
());
320
db.Blogs.Add(new
Blog
());
427
db.Blogs.Add(new
Blog
());
470
db.Blogs.Add(new
Blog
());
504
db.Blogs.Add(new
Blog
());
1 reference to Blog
Diagnostics.EFCore.FunctionalTests (1)
TestModels\BloggingContext.cs (1)
14
public DbSet<
Blog
> Blogs { get; set; }