Esempio n. 1
0
 public GoodsController(IMallGoodsService _IMallGoodsService, IUserService _IUserService)
 {
     this.IMallGoodsService = _IMallGoodsService;
     this.IUserService      = _IUserService;
 }
Esempio n. 2
0
 public HomeController(IMallRecommendService _IMallRecommendService, IMallGoodsService _IMallGoodsService)
 {
     this.IMallRecommendService = _IMallRecommendService;
     this.IMallGoodsService     = _IMallGoodsService;
 }