Example #1
0
 public TrainDetailManager(TICKET_BOOKINGContext trainDetailManager)
 {
     _context = trainDetailManager;
 }
 public TrainDetailsController(TICKET_BOOKINGContext context)
 {
     log.Info("TrainDetails is Invoked");
     _context = context;
 }
Example #3
0
 public Passenger(TICKET_BOOKINGContext context)
 {
     _context = context;
 }
Example #4
0
 public RegistersController(TICKET_BOOKINGContext context)
 {
     _context = context;
 }
 public Booking(TICKET_BOOKINGContext context)
 {
     _context = context;
 }
 public Search(TICKET_BOOKINGContext context)
 {
     _context = context;
 }