Exemple #1
0
 public EditModel(SurveyApp.Models.PostgresContext context)
 {
     _context = context;
 }
Exemple #2
0
 public IndexModel(SurveyApp.Models.PostgresContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DeleteModel(SurveyApp.Models.PostgresContext context)
 {
     _context = context;
 }