コード例 #1
0
 public LoginActionFilter(BookingTicketContext context)
 {
     _context = context;
 }
コード例 #2
0
 public NguoiDungsController(INguoiDungLogic nguoiDungLogic, BookingTicketContext context)
 {
     this.nguoiDungLogic = nguoiDungLogic;
     _context            = context;
 }
コード例 #3
0
 public DashBoardController(BookingTicketContext context)
 {
     _context = context;
 }
コード例 #4
0
 public NguoiDungLogic(BookingTicketContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public ThongTinDatVeController(BookingTicketContext context)
 {
     _context = context;
 }
コード例 #6
0
 public TuyenXeLogic(BookingTicketContext context)
 {
     this.context = context;
 }
コード例 #7
0
 public XeController(BookingTicketContext context)
 {
     _context = context;
 }
コード例 #8
0
 public DieuHanhController(ITuyenXeLogic tuyenXeLogic, BookingTicketContext context)
 {
     this.tuyenXeLogic = tuyenXeLogic;
     _context          = context;
 }
コード例 #9
0
 public AdminsController(BookingTicketContext context)
 {
     _context = context;
 }