Exemple #1
0
 public List <ActionPower> SelectHrAccessList_HrGroupModule()
 {
     try
     {
         return(handler.SelectHrAccessList_HrGroupModule());
     }
     catch (TuhuBizException)
     {
         throw;
     }
     catch (Exception innerEx)
     {
         var exception = new LogisticException(BizErrorCode.SystemError, "获取Module信息出错", innerEx);
         logger.Log(Level.Error, exception, "Error occurred in Get information of power.");
         throw exception;
     }
 }