public IndexModel(ShowSearcher.Data.ShowSearcherContext context)
 {
     _context = context;
 }
 public DeleteModel(ShowSearcher.Data.ShowSearcherContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DetailsModel(ShowSearcher.Data.ShowSearcherContext context)
 {
     _context = context;
 }
Exemple #4
0
 public EditModel(ShowSearcher.Data.ShowSearcherContext context)
 {
     _context = context;
 }