public DetailsModel(AspCore1.Data.EntityContext context) { _context = context; }
public EditModel(AspCore1.Data.EntityContext context) { _context = context; }
public CreateModel(EntityContext context) { _context = context; }
public IndexModel(AspCore1.Data.EntityContext context) { _context = context; }