Beispiel #1
0
 public CreateModel(PagingSortingDemo.Models.ProfessorContext context)
 {
     _context = context;
 }
 public IndexModel(PagingSortingDemo.Models.ProfessorContext context)
 {
     _context = context;
 }
 public DetailsModel(PagingSortingDemo.Models.ProfessorContext context)
 {
     _context = context;
 }