Exemplo n.º 1
0
 public MayBayController(TicketWebContext dbCOntext)
 {
     _dbContext = dbCOntext;
 }
Exemplo n.º 2
0
 public FlightController(TicketWebContext dbCOntext)
 {
     _dbContext = dbCOntext;
 }
Exemplo n.º 3
0
 public HomeController(TicketWebContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 4
0
 public BookTicketController(TicketWebContext dbCOntext)
 {
     _dbContext = dbCOntext;
 }