public DetailsModel(Models.jazzRecordingDatabaseContext context)
 {
     _context = context;
 }
 public IndexModel(Models.jazzRecordingDatabaseContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CreateModel(Models.jazzRecordingDatabaseContext context)
 {
     _context = context;
 }