public DeleteModel(Tslee.Website.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public IndexModel(Tslee.Website.Data.ApplicationDbContext context)
 {
     _context = context;
 }