예제 #1
0
 public UserProfileEmployeeProfile GetEmployeePhotoByUserID(int TheEmployeeID)
 {
     try
     {
         return(UserProfileEmployeeProfileIntegration.GetEmployeePhotoByUserID(TheEmployeeID));
     }
     catch (Exception ex)
     {
         throw (new Exception(MethodBase.GetCurrentMethod().DeclaringType.ToString() + "." + (new System.Diagnostics.StackFrame()).GetMethod().Name, ex));
     }
 }
예제 #2
0
 public int UpdateUserProfileEmployeeProfile(UserProfileEmployeeProfile objUserProfileEmployeeProfile)
 {
     try
     {
         return(UserProfileEmployeeProfileIntegration.UpdateUserProfileEmployeeProfile(objUserProfileEmployeeProfile));
     }
     catch (Exception ex)
     {
         throw (new Exception(MethodBase.GetCurrentMethod().DeclaringType.ToString() + "." + (new System.Diagnostics.StackFrame()).GetMethod().Name, ex));
     }
 }