コード例 #1
0
        public string GetOPByFlowchartMasterUIDAPI(int masterUID)
        {
            var entity = EventReportManagerService.GetOPByFlowchartMasterUID(masterUID);

            return(entity);
        }