예제 #1
0
 public IEnumerable <ItemModel> GetProductRelated(int id, string category_id)
 {
     return(_itemBusiness.GetProductRelated(id, category_id));
 }