示例#1
0
 public IndexModel(SENG300Scholarships.Data.ScholarshipsContext context, IWebHostEnvironment env)
 {
     _context = context;
     _env     = env;
 }
示例#2
0
 public CreateModel(SENG300Scholarships.Data.ScholarshipsContext context)
 {
     _context = context;
 }
示例#3
0
 public EditModel(SENG300Scholarships.Data.ScholarshipsContext context)
 {
     _context = context;
 }
示例#4
0
 public DetailsModel(SENG300Scholarships.Data.ScholarshipsContext context)
 {
     _context = context;
 }
 public ReviewModel(SENG300Scholarships.Data.ScholarshipsContext context)
 {
     _context = context;
 }
 public IndexModel(SENG300Scholarships.Data.ScholarshipsContext context, IWebHostEnvironment env)
 {
     _env     = env; // reference to web directory
     _context = context;
 }