Exemplo n.º 1
0
        public async Task <IHttpActionResult> GetHiveSectionProduct(int itemId)
        {
            var item = await _hiveSectionProductService.GetHiveSectionProductAsync(itemId);

            return(Ok(item));
        }