示例#1
0
        public IActionResult Get()
        {
            var orderline = _orderlineService.GetAll();

            return(Ok(orderline));
        }