예제 #1
0
 public IEnumerable <Category> AllCat()
 {
     return(categoryDao.FindAllSorted(SortDirection.Ascending, "Name"));
 }