示例#1
0
        public IActionResult GetUnits()
        {
            var units = unitsService.GetAll();

            return(Ok(units));
        }