public IndexModel(MovieGallery.Data.MovieGalleryContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DeleteModel(MovieGallery.Data.MovieGalleryContext context)
 {
     _context = context;
 }
 public EditModel(MovieGallery.Data.MovieGalleryContext context)
 {
     _context = context;
 }
 public DetailsModel(MovieGallery.Data.MovieGalleryContext context)
 {
     _context = context;
 }