Example #1
0
 public TableSortByFirstNameModel(WebApplicationMBegyn.Data.WebApplicationMBegynContext context)
 {
     _context = context;
 }
Example #2
0
 public TableSortByNumberOfClassModel(WebApplicationMBegyn.Data.WebApplicationMBegynContext context)
 {
     _context = context;
 }
Example #3
0
 public CRUDModel(WebApplicationMBegyn.Data.WebApplicationMBegynContext context)
 {
     _context = context;
 }
Example #4
0
 public TableSortByYearsOfExperienceModel(WebApplicationMBegyn.Data.WebApplicationMBegynContext context)
 {
     _context = context;
 }