How to get IGrouping results to map to views?
I have this question:
var groupedManuals = manuals.GroupBy(c => c.Series);
return View (groupedManuals); What is the correct mapping of the
How to get IGrouping results to map to views?
I have this question:
var groupedManuals = manuals.GroupBy(c => c.Series);
return View (groupedManuals); What is the correct mapping of the