I have the following POCO classes:
public class Location { public int LocationId { get; set; } public string Name { get; set; } publi
I know it's too late to comment on this.What I did is added parameter less constructor in the ViewModel and everything worked awesome.