Example #1
0
 public MayBayController(TicketWebContext dbCOntext)
 {
     _dbContext = dbCOntext;
 }
Example #2
0
 public FlightController(TicketWebContext dbCOntext)
 {
     _dbContext = dbCOntext;
 }
Example #3
0
 public HomeController(TicketWebContext dbContext)
 {
     _dbContext = dbContext;
 }
 public BookTicketController(TicketWebContext dbCOntext)
 {
     _dbContext = dbCOntext;
 }