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();

}

}

Location

Reston, United States

Links

Previous companies


Org chart

No direct reports

Teams

This person is not in any teams


Offices


AdRem Systems

AdRem Systems provides IT services such as cloud computing, backup and disaster recovery services for healthcare.


Industries

Employees

11-50

Links