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