Ejemplo n.º 1
0
        public async Task <IHttpActionResult> GetLines([FromUri] int id, CancellationToken token)
        {
            var service = new DataContractService();

            return(Ok(await service.GetAGROrderLines(id, token)));
        }