Adam Prevost

Operations Manager at Black Line IT

Adam Prevost has worked in the IT and operations industries for the past eight years. In 2017, they began working as an Operations Manager and Infrastructure Operations Manager for Black Line IT. Prior to that, from 2013 to 2017, they were the Purchasing/Operations Manager for Midwest Window & Supply.

package com.example.dagger2example.car;

import android.util.Log;

import javax.inject.Inject;

public class Car {

private static final String TAG = "Car";

private Engine engine;

private Wheels wheels;

@Inject

public Car(Engine engine, Wheels wheels) {

this.engine = engine;

this.wheels = wheels;

}

public void drive(){

Log.d(TAG, "driving...");

}

}

Links

Timeline

  • Operations Manager

    May, 2017 - present

View in org chart