예제 #1
0
 public DetailsModel(MoviesApp.Models.AppDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public EditModel(MoviesApp.Models.AppDbContext context)
 {
     _context = context;
 }
 public DeleteModel(MoviesApp.Models.AppDbContext context)
 {
     _context = context;
 }
예제 #4
0
 public IndexModel(MoviesApp.Models.AppDbContext context)
 {
     _context = context;
 }