public DetailsModel(CorePractice.Models.CorePracticeContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public IndexModel(CorePractice.Models.CorePracticeContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DeleteModel(CorePractice.Models.CorePracticeContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public EditModel(CorePractice.Models.CorePracticeContext context)
 {
     _context = context;
 }