public DetailsModel(ParticipantDatabse.Models.ParticipantDatabaseContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CreateModel(ParticipantDatabse.Models.ParticipantDatabaseContext context)
 {
     _context = context;
 }
 public IndexModel(ParticipantDatabse.Models.ParticipantDatabaseContext context)
 {
     _context = context;
 }