Example #1
0
 public DeleteModel(ApplicationsInMyMobile.Data.AppDbContext context)
 {
     _context = context;
 }
Example #2
0
 public IndexModel(ApplicationsInMyMobile.Data.AppDbContext context)
 {
     _context = context;
 }