Ejemplo n.º 1
0
 public CurrentStatusController(CheckOutFormContext context)
 {
     _context = context;
 }
 public RentalsController(CheckOutFormContext context)
 {
     _context = context;
 }
 public DevicesController(CheckOutFormContext context)
 {
     _context = context;
 }