Esempio n. 1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="shopBll"></param>
 /// <param name="areaBll"></param>
 /// <param name="shopStatisticsBll"></param>
 /// <param name="platformBll"></param>
 public ShopController(IShopBLL shopBll, IAreaBLL areaBll, IShopStatisticsBLL shopStatisticsBll, IPlatformBLL platformBll)
 {
     this._shopBll           = shopBll;
     this._areaBll           = areaBll;
     this._shopStatisticsBll = shopStatisticsBll;
     this._platformBll       = platformBll;
 }
Esempio n. 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="shopStatisticsBll"></param>
 public GetShopStatisticsAction(IShopStatisticsBLL shopStatisticsBll)
 {
     this._shopStatisticsBll = shopStatisticsBll;
 }