Example #1
0
 public EditModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
 public IndexModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
 public DeleteModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
 public CreateModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
 public LocationModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
Example #6
0
 public WorkshopModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
Example #7
0
 public DetailsModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }