예제 #1
0
 public List <CATEGORY> GetCategoryTopList(int length)
 {
     return(_categoryDAO.GetCategoryTopList(length));
 }