A reason for queries
This commit is contained in:
parent
327c095222
commit
ec08905e9e
9 changed files with 1143 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue