Example #1
0
 public LoginActionFilter(BookingTicketContext context)
 {
     _context = context;
 }
 public NguoiDungsController(INguoiDungLogic nguoiDungLogic, BookingTicketContext context)
 {
     this.nguoiDungLogic = nguoiDungLogic;
     _context            = context;
 }
Example #3
0
 public DashBoardController(BookingTicketContext context)
 {
     _context = context;
 }
 public NguoiDungLogic(BookingTicketContext context)
 {
     this.context = context;
 }
 public ThongTinDatVeController(BookingTicketContext context)
 {
     _context = context;
 }
 public TuyenXeLogic(BookingTicketContext context)
 {
     this.context = context;
 }
 public XeController(BookingTicketContext context)
 {
     _context = context;
 }
Example #8
0
 public DieuHanhController(ITuyenXeLogic tuyenXeLogic, BookingTicketContext context)
 {
     this.tuyenXeLogic = tuyenXeLogic;
     _context          = context;
 }
 public AdminsController(BookingTicketContext context)
 {
     _context = context;
 }