Jay Hoffman

Business Development Manager at AdRem Systems

Jay Hoffman has been in the business industry since 1999. Jay began their career as a Regional Sales Manager and Account Manager for Avis Budget Group. In 2012, they moved to Park 'N Fly, Inc. as a Regional Sales Manager. In 2015, they became an Independent Business Owner for a Healthcare Consultant. Most recently, in 2019, they began working as a Business Development Manager for AdRem Systems.

package com.example.demo.controller;

import org.springframework.beans.factory.annotation.Autowired;

import org.springframework.web.bind.annotation.RequestMapping;

import org.springframework.web.bind.annotation.RestController;

import com.example.demo.service.UserService;

@RestController

public class UserController {

@Autowired

private UserService userService;

@RequestMapping("/")

public String hello() {

return "Hello World";

}

@RequestMapping("/users")

public String getUsers() {

return userService.getUsers();

}

}

Links

Previous companies

Avis Budget Group logo

Timeline

  • Business Development Manager

    July, 2019 - present