Beispiel #1
0
 public static object Update(MA_USER_PROFILE record)
 {
     return(ProfileUIP.UpdateProfile(SessionInfo, record));
 }
 public static object GetProfileOptions()
 {
     return(ProfileUIP.GetProfileOptions(SessionInfo));
 }
Beispiel #3
0
 public static object GetProfileByFilter(string name, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(ProfileUIP.GetProfileByFilter(SessionInfo, name, jtStartIndex, jtPageSize, jtSorting));
 }