예제 #1
0
파일: AreaBLL.cs 프로젝트: luoyan1234/YCS
 /// <summary>
 /// 显示下拉树形列表
 /// </summary>
 public List <SelectListItem> GetSelectTreeList(SqlTransaction trans, int intParentId, int intLevel, List <SelectListItem> list, string strSql)
 {
     return(areDAL.GetSelectTreeList(trans, intParentId, intLevel, list, strSql));
 }