Exemplo n.º 1
0
 public EditModel(MovieCollectionApp.Data.MovieCollectionAppContext context)
 {
     _context = context;
 }
 public DetailsModel(MovieCollectionApp.Data.MovieCollectionAppContext context)
 {
     _context = context;
 }
 public CreateModel(MovieCollectionApp.Data.MovieCollectionAppContext context)
 {
     _context = context;
 }