Ejemplo n.º 1
0
        public int GetPlantAPI(string Project)
        {
            var entity = EventReportManagerService.GetPlant(Project);

            return(entity);
        }