SH

Steven Heeter

Information Technology & Facilities Manager

Steven Heeter worked as an Information Technology & Facilities Manager for Medical Instrument Development Laboratories, Inc. from 2011 to present. Prior to that, they were a Partner at Crimson Forge Armor Foundation from 2009 to 2011.

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace Library.Data.Entities

{

public class Book

{

public int BookId { get; set; }

public string Title { get; set; }

public string Author { get; set; }

public string ISBN { get; set; }

public int Year { get; set; }

public int NumberOfPages { get; set; }

public int NumberOfCopies { get; set; }

}

}

Location

Cupertino, United States

Links


Org chart

This person is not in the org chart


Teams

This person is not in any teams


Offices

This person is not in any offices