Пример #1
0
 public CreateModel(PagingSortingDemo.Models.ProfessorContext context)
 {
     _context = context;
 }
Пример #2
0
 public IndexModel(PagingSortingDemo.Models.ProfessorContext context)
 {
     _context = context;
 }
Пример #3
0
 public DetailsModel(PagingSortingDemo.Models.ProfessorContext context)
 {
     _context = context;
 }