Esempio n. 1
0
        public IActionResult GetAllPlant()
        {
            var listPlant = plantService.GetAllPlant();

            return(Ok(listPlant));
        }