Ejemplo n.º 1
0
        public IHttpActionResult GetPerrenial(bool selection)
        {
            PlantService plantService = CreatePlantService();
            var          plants       = plantService.GetPerrenialPlants(selection);

            return(Ok(plants));
        }