public EditModel(SurveyApp.Models.PostgresContext context) { _context = context; }
public IndexModel(SurveyApp.Models.PostgresContext context) { _context = context; }
public DeleteModel(SurveyApp.Models.PostgresContext context) { _context = context; }