예제 #1
0
 public bool AnybodyGotThisCategory(int categoryId)
 {
     return(_categoryDao.AnybodyGotThisCategory(categoryId));
 }