Example #1
0
        public IActionResult GetInventoryList()
        {
            var result = _orderOperations.GetInventoryList();

            return(Ok(result));
        }