コード例 #1
0
 public List <Item> PopulateCatDropDownList(string category)
 {
     return(DepartmentDAO.PopulateCatDropDownList(category));
 }