by validation date desc

This commit is contained in:
2017-02-22 22:56:29 +01:00
parent 92307ec59b
commit 1fba85fb47

View File

@ -42,7 +42,8 @@ namespace Yavsc.Controllers
.Include(e=>e.Query.PerformerProfile.Performer)
.Where(
e=>e.OwnerId == uid || e.ClientId == uid
).ToList());
).OrderByDescending(e=>e.ProviderValidationDate)
.ToList());
}
// GET: Estimate/Details/5