Example #1
0
 public EditModel(MiddleService.Models.MiddleServiceContext context)
 {
     _context = context;
 }
Example #2
0
 public DeleteModel(MiddleService.Models.MiddleServiceContext context)
 {
     _context = context;
 }
 public DetailsModel(MiddleService.Models.MiddleServiceContext context)
 {
     _context = context;
 }
Example #4
0
 public IndexModel(MiddleService.Models.MiddleServiceContext context)
 {
     _context = context;
 }