Hi all
I have a bunch of incidences in a table that are linked to a supplier
I need to some the serverity score for those incidences by supplier
So basicly have supplier1: 500 supplier2: 600
How do I do this?
DataAccess.IncidentRepository().GetItems().Where(i => i.IncidentDate.Year == 2006)