public CustomersController(StackItContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public JobsController(StackItContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public K_AdminsController(StackItContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public K_OperatorsController(StackItContext context)
 {
     _context = context;
 }
 public HardwaresController(StackItContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public SubscriptionsController(StackItContext context)
 {
     _context = context;
 }