Пример #1
0
 public DaoEvent(BookingServicesContext _context) : base(_context)
 {
 }
Пример #2
0
 public DaoKhachHang(BookingServicesContext _context) : base(_context)
 {
 }
Пример #3
0
 public PermissionController(BookingServicesContext bookingServicesContext) : base(bookingServicesContext)
 {
 }
Пример #4
0
 public BlogController(BookingServicesContext bookingServicesContext) : base(bookingServicesContext)
 {
 }
 public BaseAccountController(BookingServicesContext bookingServicesContext)
 {
     this.bookingServicesContext = bookingServicesContext;
 }
 public KhachHangController(BookingServicesContext bookingServicesContext) : base(bookingServicesContext)
 {
 }
Пример #7
0
 public EventController(BookingServicesContext bookingServicesContext) : base(bookingServicesContext)
 {
 }
 public UserController(BookingServicesContext bookingServicesContext) : base(bookingServicesContext)
 {
 }
Пример #9
0
 public DaoPermission(BookingServicesContext _context) : base(_context)
 {
 }
Пример #10
0
 public DaoBlog(BookingServicesContext _context) : base(_context)
 {
 }
Пример #11
0
 public DaoUser(BookingServicesContext _context) : base(_context)
 {
 }
Пример #12
0
 //protected readonly UserSession userSession;
 public DaoBase(BookingServicesContext _context)
 {
     context = _context;
     //userSession = _userSession;
 }