Esempio n. 1
0
 public PostController(Week6IdentityDemoContext context)
 {
     _context = context;
 }
 public TopPostsViewComponent(Week6IdentityDemoContext context)
 {
     _context = context;
 }