How to merge two lists by a unique field value and fill empty fields with values from one list?
Advertisements How to merge two lists by unique field value and fill empty fields with values of one of the list? I have a class where unique field is Model_id: class Structure { public string Category { get; set; } public string Place { get; set; } public string Model_id { get; set; } public… Read More How to merge two lists by a unique field value and fill empty fields with values from one list?