Exemple #1
0
 /// <summary>
 /// 获得搜索店铺商品数量
 /// </summary>
 /// <param name="keyword">关键词</param>
 /// <param name="storeId">店铺id</param>
 /// <param name="storeCid">店铺分类id</param>
 /// <param name="startPrice">开始价格</param>
 /// <param name="endPrice">结束价格</param>
 /// <returns></returns>
 public static int GetSearchStoreProductCount(string keyword, int storeId, int storeCid, int startPrice, int endPrice)
 {
     return(_isearchstrategy.GetSearchStoreProductCount(keyword, storeId, storeCid, startPrice, endPrice));
 }