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