예제 #1
0
 public static object GetByFilter(string name, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(CounterpartyUIP.GetByFilter(SessionInfo, name, jtStartIndex, jtPageSize, jtSorting));
 }