Пример #1
0
 public IndexModelVol(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Пример #2
0
 public CreateModelBagage(PC.MyAirport.EF.MyAirportContext context) : base(context)
 {
 }
Пример #3
0
 public CreateModelVol(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Пример #4
0
 public DeleteModelBagage(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Пример #5
0
 public EditModelVol(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Пример #6
0
 public IndexModelBagage(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Пример #7
0
 public EditModelBagage(PC.MyAirport.EF.MyAirportContext context) : base(context)
 {
 }
Пример #8
0
 public DetailsModelVol(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }