public DeleteModel(RazerPagesDemo.Data.RazerPagesDemoContext context)
 {
     _context = context;
 }
Example #2
0
 public EditModel(RazerPagesDemo.Data.RazerPagesDemoContext context)
 {
     _context = context;
 }
Example #3
0
 public IndexModel(RazerPagesDemo.Data.RazerPagesDemoContext context)
 {
     _context = context;
 }