I have a class, with this fields
public int CustomerId { get; set; } public string Firstname { get; set; } public string Lastname { get; set; }