Esempio n. 1
0
 public IndexModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Esempio n. 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;
 }
Esempio n. 5
0
 public EditModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public DeleteModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }