예제 #1
0
 public List <CategoryDTO> GetAllByMainCategoryId(int mainCategoryId)
 {
     return(_categoryDal.GetAllByMainCategoryId(mainCategoryId));
 }