public RegisterDeviceController(PrankAppContext context)
 {
     _context = context;
 }
 public PranksController(PrankAppContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ControlStationController(PrankAppContext context, PranksController pranksController)
 {
     _context          = context;
     _pranksController = pranksController;
 }