Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created November 13, 2015 12:33
Show Gist options
  • Save guntidheerajkumar/826e38aa19e5523f4e85 to your computer and use it in GitHub Desktop.
Save guntidheerajkumar/826e38aa19e5523f4e85 to your computer and use it in GitHub Desktop.
public class EmployeeData
{
public int EmpId { get; set; }
public string EmpName { get; set; }
public DateTime DOB { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment