Beispiel #1
0
 public List<FLOW_MODELFLOWRELATION_T> GetModelFlowRelationInfosListBySearch(int pageIndex, int pageSize, string sort, string filterString, object[] paras, ref int pageCount)
 {
     SMT.FlowWFService.NewFlow.FlowService Flow = new SMT.FlowWFService.NewFlow.FlowService();
     return Flow.GetModelFlowRelationInfosListBySearch( pageIndex,  pageSize,  sort,  filterString, paras, ref  pageCount);
 }