public EditModel(RazerApp.Data.RazerAppContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DeleteModel(RazerApp.Data.RazerAppContext context)
 {
     _context = context;
 }
 public IndexModel(RazerApp.Data.RazerAppContext context)
 {
     _context = context;
 }
 public DetailsModel(RazerApp.Data.RazerAppContext context)
 {
     _context = context;
 }
Exemple #5
0
 public CreateModel(RazerApp.Data.RazerAppContext context)
 {
     _context = context;
 }