This commit is contained in:
Paul Schneider 2017-01-16 15:33:11 +01:00
commit 92c7fa6bf3

View file

@ -53,7 +53,8 @@ namespace Yavsc.Controllers
EventDate = c.EventDate, EventDate = c.EventDate,
Id = c.Id, Id = c.Id,
Previsional = c.Previsional, Previsional = c.Previsional,
Reason = c.Reason Reason = c.Reason,
ActivityCode = c.ActivityCode
}). }).
OrderBy(c=>c.Id). OrderBy(c=>c.Id).
Take(25); Take(25);