CoreSpider-Employee Property Class
public class Employee | |
{ | |
public int EmpID { get; set; } | |
public string EmpName { get; set; } | |
public string Mobile { get; set; } | |
public string PresentAddress { get; set; } | |
public string Area { get; set; } | |
public string City { get; set; } | |
public string Country { get; set; } | |
public string Qualification { get; set; } | |
public string Email { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment