oclockvn
4/6/2015 - 7:29 AM

Employee.cs

public class Employee
{
    public string FirstName { get; set; }
    public string LastName { get; set; }
}