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