예제 #1
0
 public Category GetCategoryByID(int categoryID)
 {
     return(_iCategoryBL.GetCategoryByID(categoryID));
 }