Example #1
0
 public EditModel(JACUniverstity.Models.JACUniverstityContext context)
 {
     _context = context;
 }
 public DeleteModel(JACUniverstity.Models.JACUniverstityContext context)
 {
     _context = context;
 }
 public IndexModel(JACUniverstity.Models.JACUniverstityContext context)
 {
     _context = context;
 }
Example #4
0
 public DetailsModel(JACUniverstity.Models.JACUniverstityContext context)
 {
     _context = context;
 }