Exemplo n.º 1
0
 public AuthController(IAccountService accountService, ISharedService sharedService, IAgencyService agencyService, IFacebookHelper facebookHelper, IFacebookJob __IFacebookJob)
 {
     _accountService = accountService;
     _sharedService  = sharedService;
     _agencyService  = agencyService;
     _facebookHelper = facebookHelper;
     _IFacebookJob   = __IFacebookJob;
 }
Exemplo n.º 2
0
 public HomeController(IHostingEnvironment hostingEnvironment, IFileHelper fileHelper, ISharedService sharedService,
                       IAccountService __IAccountService, IFacebookJob __IFacebookJob)
 {
     _hostingEnvironment = hostingEnvironment;
     _fileHelper         = fileHelper;
     _sharedService      = sharedService;
     _accountService     = __IAccountService;
     _IFacebookJob       = __IFacebookJob;
 }
Exemplo n.º 3
0
 public AccountController(IAccountService accountService, ISharedService sharedService,
                          ICampaignService campaignService,
                          IFileHelper fileHelper, IFacebookHelper facebookHelper, IFacebookJob facebookJob)
 {
     _campaignService = campaignService;
     _accountService  = accountService;
     _sharedService   = sharedService;
     _fileHelper      = fileHelper;
     _facebookHelper  = facebookHelper;
     _facebookJob     = facebookJob;
 }
Exemplo n.º 4
0
 public AccountController(IAccountService accountService, ISharedService sharedService,
                          ICampaignService campaignService,
                          IFileHelper fileHelper, IFacebookHelper facebookHelper, IFacebookJob facebookJob, INotificationService __INotificationService, IBankService __IBankService)
 {
     _campaignService      = campaignService;
     _accountService       = accountService;
     _sharedService        = sharedService;
     _fileHelper           = fileHelper;
     _facebookHelper       = facebookHelper;
     _facebookJob          = facebookJob;
     _INotificationService = __INotificationService;
     _IBankService         = __IBankService;
 }
Exemplo n.º 5
0
 public CampaignController(ISharedService sharedService,
                           IFacebookHelper facebookHelper, IFileHelper fileHelper,
                           ICampaignAccountCaptionService campaignAccountCaptionService,
                           ICampaignAccountContentService campaignAccountContentService,
                           ICampaignAccountStatisticService campaignAccountStatisticService,
                           IAccountService accountService,
                           ICampaignService campaignService, IAccountRepository __IAccountRepository, IFacebookJob __IFacebookJob)
 {
     _campaignAccountCaptionService   = campaignAccountCaptionService;
     _campaignAccountContentService   = campaignAccountContentService;
     _campaignAccountStatisticService = campaignAccountStatisticService;
     _facebookHelper     = facebookHelper;
     _campaignService    = campaignService;
     _fileHelper         = fileHelper;
     _sharedService      = sharedService;
     _accountService     = accountService;
     _IAccountRepository = __IAccountRepository;
     _IFacebookJob       = __IFacebookJob;
 }