Ejemplo n.º 1
0
 public Category GetCategoryByID(int categoryID)
 {
     return(_iCategoryDAL.GetCategoryByID(categoryID));
 }