send the billing code along with the query
This commit is contained in:
@ -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);
|
||||
|
@ -15,7 +15,7 @@ namespace Yavsc.ApiControllers
|
||||
dbContext = context;
|
||||
}
|
||||
|
||||
[HttpGet,Route("Profiles/{actCode}")]
|
||||
[HttpGet,Route("profiles/{actCode}")]
|
||||
IEnumerable<PerformerProfile> Profiles (string actCode)
|
||||
{
|
||||
return dbContext.ListPerformers(actCode);
|
||||
|
Reference in New Issue
Block a user