public RadioManRepository(AirlineContext context)
 {
     this.context = context;
 }
 public RaceTeamRepository(AirlineContext context)
 {
     this.context = context;
 }
Example #3
0
 public PilotsRepository(AirlineContext context)
 {
     this.context = context;
 }
Example #4
0
 public QueryRepository(AirlineContext context)
 {
     this.context = context;
 }
 public NavigatorRepository(AirlineContext context)
 {
     this.context = context;
 }
Example #6
0
 public StuardessRepository(AirlineContext context)
 {
     this.context = context;
 }