Example #1
0
 public IndexModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Example #2
0
 public EditModelBagages(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
 public CreateModelBagages(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
 public DetailsModelBagages(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Example #5
0
 public EditModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Example #6
0
 public DeleteModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }