示例#1
0
 public static object UpdatePCCF(MA_PCCF record)
 {
     return(PCCFUIP.Update(SessionInfo, record));
 }
示例#2
0
 public static object GetPCCFOptions()
 {
     return(PCCFUIP.GetPCCFOptions(SessionInfo));
 }
示例#3
0
 public static object GetPCCFByFilter(string label, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(PCCFUIP.GetPCCFByFilter(SessionInfo, label, jtStartIndex, jtPageSize, jtSorting));
 }