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