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