コード例 #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
ファイル: Edit.cshtml.cs プロジェクト: saadhasnaoui/MyAirport
 public EditModelBagage(PC.MyAirport.EF.MyAirportContext context) : base(context)
 {
 }
コード例 #8
0
 public DetailsModelVol(PC.MyAirport.EF.MyAirportContext context)
 {
     _context = context;
 }