コード例 #1
0
 public IndexModelBagage(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DeleteModelVol(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DetailsModelBagage(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CreateModel(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EditModelBagage(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #6
0
 public DetailsModelVol(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #7
0
 public EditModelVol(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #8
0
 public IndexModelVol(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }
コード例 #9
0
 public DeleteModelBagage(MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }