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