Here is my entity class from where I need to fetches data:
public class Goals { public int Id { get; set; } public string GoalName { get; set; } pu