send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
2890e10339
18 changed files with 47 additions and 27 deletions
|
|
@ -53,7 +53,8 @@ namespace Yavsc.Controllers
|
|||
Id = c.Id,
|
||||
Previsional = c.Previsional,
|
||||
Reason = c.Reason,
|
||||
ActivityCode = c.ActivityCode
|
||||
ActivityCode = c.ActivityCode,
|
||||
BillingCode = c.BillingCode
|
||||
}).
|
||||
OrderBy(c=>c.Id).
|
||||
Take(25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue