コード例 #1
0
 public IndexModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #2
0
 public EditModelBagages(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #3
0
 public CreateModelBagages(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DetailsModelBagages(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EditModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #6
0
 public DeleteModelVols(HL.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }