Пример #1
0
        public IActionResult GetPlantDetail(long farmComponentId = 0)
        {
            var listPlantDetail = plantService.GetPlantDetail(farmComponentId);

            return(Ok(listPlantDetail));
        }