public List <KHBMModal> SelectKHKMB() { try { Dictionary <string, object> dictionary = null; string str = "aisino.fwkp.Fpzpz.SelectKHKMB"; return(Tool.ArrayListToListKHKMBModal(this.baseDao.querySQL(str, dictionary), this.loger)); } catch (BaseException exception) { this.loger.Error(exception.Message); ExceptionHandler.HandleError(exception); } catch (Exception exception2) { this.loger.Error(exception2.Message); ExceptionHandler.HandleError(exception2); } return(null); }