Example #1
0
 public DeleteModel(BigScreen.Models.BigScreenContext context)
 {
     _context = context;
 }
Example #2
0
 public EditModel(BigScreen.Models.BigScreenContext context)
 {
     _context = context;
 }
Example #3
0
 public CreateModel(BigScreen.Models.BigScreenContext context, IHostingEnvironment environment)
 {
     _context           = context;
     hostingEnvironment = environment;
 }
Example #4
0
 public CreateModel(BigScreen.Models.BigScreenContext context)
 {
     _context = context;
 }
Example #5
0
 public DetailsModel(BigScreen.Models.BigScreenContext context)
 {
     _context = context;
 }
Example #6
0
 public IndexModel(BigScreen.Models.BigScreenContext context)
 {
     _context = context;
 }