A reason for queries

This commit is contained in:
Paul Schneider 2016-12-09 13:41:14 +01:00
commit ec08905e9e
9 changed files with 1143 additions and 2 deletions

View file

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