Пример #1
0
 /// <summary>
 /// 默认构造函数
 /// </summary>
 /// <param name="goodsCache">物品缓存</param>
 /// <param name="siteGoodsSearch">大频道帖子关键字查询接口</param>
 /// <param name="goodsSearch">物品交易检索接口</param>
 public GoodsBuySearchController(GoodsCache goodsCache,
                                 Fx.Domain.Base.IService.ISiteSearch <GoodsBuyInfo> siteGoodsSearch,
                                 Fx.Domain.Base.IService.IGoodsSearch <GoodsBuyInfo> goodsSearch)
 {
     this.goodsCache      = goodsCache;
     this.siteGoodsSearch = siteGoodsSearch;
     this.goodsSearch     = goodsSearch;
 }
 public GoodsTransferSearchController(GoodsCache goodsCache,
     Fx.Domain.Base.IService.ISiteSearch<GoodsTransferInfo> transferGoodsSearch,
     Fx.Domain.Base.IService.IGoodsSearch<GoodsTransferInfo> goodsSearch)
 {
     this.goodsCache = goodsCache;
     this.transferGoodsSearch = transferGoodsSearch;
     this.goodsSearch = goodsSearch;
 }
 /// <summary>
 /// 默认构造函数
 /// </summary>
 /// <param name="goodsCache">物品缓存</param>
 /// <param name="siteGoodsSearch">大频道帖子关键字查询接口</param>
 /// <param name="goodsSearch">物品交易检索接口</param>
 public GoodsBuySearchController(GoodsCache goodsCache,
     Fx.Domain.Base.IService.ISiteSearch<GoodsBuyInfo> siteGoodsSearch,
     Fx.Domain.Base.IService.IGoodsSearch<GoodsBuyInfo> goodsSearch)
 {
     this.goodsCache = goodsCache;
     this.siteGoodsSearch = siteGoodsSearch;
     this.goodsSearch = goodsSearch;
 }