Exemple #1
0
 public CreateModel(MatchSystem.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public IndexModel(MatchSystem.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DetailsModel(MatchSystem.Data.ApplicationDbContext context)
 {
     _context = context;
 }