Ejemplo n.º 1
0
        public ActionResult GetSingleProductOrder(int id)
        {
            var singleproductOrder = _productOrderRepository.GetSingleProductOrder(id);

            return(Ok(singleproductOrder));
        }