Ejemplo n.º 1
0
        public async Task <IActionResult> GetParts()
        {
            var data = await _service.GetPartsWithTheLowerPrice().ConfigureAwait(false);

            return(Ok(data));
        }