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