public DeleteModel(VentureGG.Data.VentureGGContext context) { _context = context; }
public DetailsModel(VentureGG.Data.VentureGGContext context) { _context = context; }
public CreateModel(VentureGG.Data.VentureGGContext context) { _context = context; }
public EditModel(VentureGG.Data.VentureGGContext context) { _context = context; }
public IndexModel(VentureGG.Data.VentureGGContext context) { _context = context; }