This image shows a portion of the Program.cs file with the below code in it. public class Employee { public int EmployeeId { get; set; } public string Name { get; set; } public DateTime HireDate { get; set; } //public string Location { get; set; } }