I have a status table with the following values:
ID 1 = Ativo
ID 2 = Novo
ID 3 = Excluido
How would you return a list of objects (which have the status object) prioritizing, coming first, those that have Status 2 (New) using LINQ?
I would like to know if you have a better solution than two (2) List.