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