public UsersController(CheeprToKeeprContext context, ICheeprToKeeprService service) { _service = service; _context = context; }
public VehiclesController(CheeprToKeeprContext ctx, ICheeprToKeeprService service) { _service = service; _ctx = ctx; }