WIP
This commit is contained in:
parent
72af6d454a
commit
92c7fa6bf3
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ namespace Yavsc.Controllers
|
|||
EventDate = c.EventDate,
|
||||
Id = c.Id,
|
||||
Previsional = c.Previsional,
|
||||
Reason = c.Reason
|
||||
Reason = c.Reason,
|
||||
ActivityCode = c.ActivityCode
|
||||
}).
|
||||
OrderBy(c=>c.Id).
|
||||
Take(25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue