public List <ComboBoxItemExt> GetComboBoxItemExt(string strSql) { return(Common_Func.GetComboBoxItemExt(strSql)); }
public bool GetComboBoxItemByKeyExt(string key, ref List <ComboBoxItemExt> comboxBoxItemList, ref string strError) { return(Common_Func.GetComboBoxItemExt(key, ref comboxBoxItemList, ref strError)); }