Пример #1
0
 public CreateModel(RazorPagesDemo.Services.AppDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public IndexModel(RazorPagesDemo.Services.AppDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public DetailsModel(RazorPagesDemo.Services.AppDbContext context)
 {
     _context = context;
 }