public EditModel(SMP.Models.SMPContext context) { _context = context; }
public DetailsModel(SMP.Models.SMPContext context) { _context = context; }
public DeleteModel(SMP.Models.SMPContext context) { _context = context; }
public CreateModel(SMP.Models.SMPContext context) { _context = context; }
public IndexModel(SMP.Models.SMPContext context) { _context = context; }