public VehicleInfoesController(EPPContext context)
 {
     _context = context;
 }
示例#2
0
 public ReportItemHistoriesController(EPPContext context)
 {
     _context = context;
 }
示例#3
0
 public ReportItemsController(EPPContext context)
 {
     _context = context;
 }