示例#1
0
 public List <SubCategory> GetSubCategoryIdByCategorySetupId(int CategorySetupId)
 {
     return(repository.GetSubCategoryIdByCategorySetupId(CategorySetupId));
 }