5
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 (that have the status object) prioritizing, coming first, those that have Status 2 (New) using LINQ?
I wonder if you have a better solution than doing with two (2) List.