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