Exemple #1
0
 public DetailsModel(StudentManager.ApplicationDbContext context)
 {
     _context = context;
 }
 public AuditsModel(StudentManager.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public IndexModel(StudentManager.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #4
0
 public CreateModel(StudentManager.ApplicationDbContext context)
 {
     _context = context;
 }