Exemple #1
0
 public CreateModel(RazorPagesJazz.Models.jazzRecordingDatabaseContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ArtistsModel(RazorPagesJazz.Models.jazzRecordingDatabaseContext context)
 {
     _context = context;
 }