예제 #1
0
        public UsersConnectedController(QOContext context)
        {
            _context = context;

            hubConnection = new HubConnectionBuilder().WithUrl("http://juantorres9-001-site1.etempurl.com" + "/comunicationhub").Build();
            //hubConnection = new HubConnectionBuilder().WithUrl("http://localhost:5000" + "/comunicationhub").Build();
        }
예제 #2
0
 public EmployeeWorkHourController(QOContext context)
 {
     _context = context;
 }
 public WorkHourController(QOContext context)
 {
     _context = context;
 }
예제 #4
0
 public OrderController(QOContext context)
 {
     _context = context;
 }
예제 #5
0
 public UserController(QOContext context)
 {
     _context = context;
 }
예제 #6
0
 public OrderProductController(QOContext context)
 {
     _context = context;
 }
 public StoreLicenseController(QOContext context)
 {
     _context = context;
 }
 public ComunicationHub(QOContext qOContext)
 {
     _QOContext = qOContext;
 }
 public EmployeeController(QOContext context)
 {
     _context = context;
 }
 public UserRequestController(QOContext context)
 {
     _context = context;
 }
 public StripeController(IConfiguration configuration, QOContext context)
 {
     this._configuration = configuration;
     _context            = context;
 }
예제 #12
0
 public PaymentCardController(QOContext context)
 {
     _context = context;
 }
예제 #13
0
 public SubcriptionController(QOContext context)
 {
     _context = context;
 }
예제 #14
0
 public UserController(QOContext context, IConfiguration configuration)
 {
     _context            = context;
     this._configuration = configuration;
 }