Exemplo n.º 1
0
 public void Clear_TB_Relation_Auth(int User_ID)
 {
     try
     {
         dM_UserService.Clear_TB_Relation_Auth(User_ID);
     }
     catch (Exception ex)
     {
         if (ex is ExceptionEx)
         {
             throw;
         }
         throw ExceptionEx.ThrowBusinessException(ex);
     }
 }