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