コード例 #1
0
 public CurrentStatusController(CheckOutFormContext context)
 {
     _context = context;
 }
コード例 #2
0
 public RentalsController(CheckOutFormContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DevicesController(CheckOutFormContext context)
 {
     _context = context;
 }