コード例 #1
0
ファイル: Searches.cs プロジェクト: thfthf2/NStore
 /// <summary>
 /// 根据专场id获取商品关联列表
 /// </summary>
 /// <param name="specialId">专场id</param>
 /// <returns></returns>
 public static List <ProductSpecialInfo> GetProductIdListBySpecialId(int specialId, int cateId, int brandId)
 {
     return(_isearchstrategy.GetProductIdListBySpecialId(specialId, cateId, brandId));
 }