예제 #1
0
 public EditModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
예제 #2
0
 public IndexModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
예제 #3
0
 public DeleteModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
예제 #4
0
 public CreateModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
예제 #5
0
 public LocationModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
예제 #6
0
 public WorkshopModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }
예제 #7
0
 public DetailsModel(BME77.Models.PaperContext context)
 {
     _context = context;
 }