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; }
}
}
Sign up to view 0 direct reports
Get started
This person is not in any teams