SH

Steven Heeter

Information Technology & Facilities Manager at MID Labs

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; }

}

}

Links

Timeline

  • Information Technology & Facilities Manager

    April, 2011 - present