Beispiel #1
0
 public DataTable GetStaticData4()
 {
     try
     {
         return(dM_UserService.GetStaticData4());
     }
     catch (Exception ex)
     {
         if (ex is ExceptionEx)
         {
             throw;
         }
         throw ExceptionEx.ThrowBusinessException(ex);
     }
 }