public IndexModel(MovieGallery.Data.MovieGalleryContext context)
 {
     _context = context;
 }
Beispiel #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;
 }