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