コード例 #1
0
ファイル: HomeController.cs プロジェクト: beratzmen/Corp_Cms
 public HomeController(ISocialIconService socialIconService, IProductService productService,
                       ICompanyService companyService, IMenuService menuService, ISliderService sliderService,
                       IBulletinMemberService bulletinMemberService, IPagesService pagesService)
 {
     this._productService        = productService;
     this._companyService        = companyService;
     this._menuService           = menuService;
     this._sliderService         = sliderService;
     this._bulletinMemberService = bulletinMemberService;
     this._pagesService          = pagesService;
     this._socialIconService     = socialIconService;
 }
コード例 #2
0
 public SocialIconController(ISocialIconService socialIconService)
 {
     _socialIconService = socialIconService;
 }