Exemple #1
0
 public void BatchGeneralInviteCode()
 {
     try
     {
         dM_UserService.BatchGeneralInviteCode();
     }
     catch (Exception ex)
     {
         if (ex is ExceptionEx)
         {
             throw;
         }
         throw ExceptionEx.ThrowBusinessException(ex);
     }
 }