Ejemplo n.º 1
0
        public TransactionController(ITransactionBusiness __ITransactionBusiness, IWalletBusiness __IWalletBusiness, 
            IPayoutExportRepository __IPayoutExportRepository, ITransactionRepository __ITransactionRepository, INotificationBusiness __INotificationBusiness, 
            ITransactionHistoryBusiness __ITransactionHistoryBusiness, ITransactionService __ITransactionService, ICampaignService __ICampaignService,
            IPaymentService _IPaymentService, IPayoutExportService __IPayoutExportService)
        {
            _ITransactionBussiness = __ITransactionBusiness;
            _IWalletBusiness = __IWalletBusiness;
            _IPayoutExportRepository = __IPayoutExportRepository;
            _ITransactionRepository = __ITransactionRepository;
            _INotificationBusiness = __INotificationBusiness;
            _ITransactionHistoryBusiness = __ITransactionHistoryBusiness;
            _ITransactionService = __ITransactionService;

            _ICampaignService = __ICampaignService;
            _paymentService = _IPaymentService;
            _IPayoutExportService = __IPayoutExportService;
        }
Ejemplo n.º 2
0
 public MicroKolController(IAccountBusiness __IAccountBusiness, IAccountRepository __IAccountRepository,
                           IAccountCampaignChargeRepository __IAccountCampaignChargeRepository,
                           IAccountCampaignChargeBusiness __IAccountCampaignChargeBusiness, ICampaignBusiness __ICampaignBusiness,
                           ICampaignAccountRepository __ICampaignAccountRepository, ITransactionRepository __ITransactionRepository,
                           ITransactionBusiness __ITransactionBusiness, IWalletBusiness __IWalletBusiness, IWalletRepository __IWalletRepository,
                           INotificationBusiness __INotificationBusiness, IWalletService ___WalletService, INotificationService __INotificationService)
 {
     _IAccountBusiness   = __IAccountBusiness;
     _IAccountRepository = __IAccountRepository;
     _IAccountCampaignChargeRepository = __IAccountCampaignChargeRepository;
     _IAccountCampaignChargeBusiness   = __IAccountCampaignChargeBusiness;
     _ICampaignBusiness          = __ICampaignBusiness;
     _ICampaignAccountRepository = __ICampaignAccountRepository;
     _ITransactionRepository     = __ITransactionRepository;
     _ITransactionBusiness       = __ITransactionBusiness;
     _IWalletBusiness            = __IWalletBusiness;
     _IWalletRepository          = __IWalletRepository;
     _INotificationBusiness      = __INotificationBusiness;
     _WalletService        = ___WalletService;
     _INotificationService = __INotificationService;
 }
Ejemplo n.º 3
0
        public CampaignController(ICampaignBusiness __ICampaignBusiness, ICampaignRepository __ICampaignRepository, IAgencyBusiness __IAgencyBusiness,
                                  ISharedBusiness __ISharedBusiness, INotificationBusiness __INotificationBusiness, ICampaignService __ICampaignService,
                                  ITransactionRepository __ITransactionRepository, ITransactionService __ITransactionService,
                                  IWalletService __IWalletService, ISharedService __ISharedService, ICampaignAccountCaptionService __ICampaignAccountCaptionService,
                                  ICampaignAccountContentService __ICampaignAccountContentService,
                                  ICampaignAccountStatisticService __ICampaignAccountStatisticService, ICampaignAccountRepository __ICampaignAccountRepository, INotificationService __INotificationService)
        {
            _ICampaignBusiness               = __ICampaignBusiness;
            _ICampaignRepository             = __ICampaignRepository;
            _IAgencyBusiness                 = __IAgencyBusiness;
            _ISharedBusiness                 = __ISharedBusiness;
            _INotificationBusiness           = __INotificationBusiness;
            _ICampaignService                = __ICampaignService;
            _ITransactionRepository          = __ITransactionRepository;
            _TransactionService              = __ITransactionService;
            _IWalletService                  = __IWalletService;
            _sharedService                   = __ISharedService;
            _campaignAccountCaptionService   = __ICampaignAccountCaptionService;
            _campaignAccountContentService   = __ICampaignAccountContentService;
            _campaignAccountStatisticService = __ICampaignAccountStatisticService;

            _ICampaignAccountRepository = __ICampaignAccountRepository;
            _INotificationService       = __INotificationService;
        }
Ejemplo n.º 4
0
 public NotificationService(INotificationBusiness NotificationBiz)
 {
     _NotificationtBiz = NotificationBiz;
 }
 public NotificationController(INotificationBusiness notifications)
 {
     _notifications = notifications;
 }
Ejemplo n.º 6
0
 public NotificationController(INotificationBusiness _notificationBusiness)
 {
     notificationBusiness = _notificationBusiness;
 }
 public MailNotificationsController(INotificationBusiness notificationBusiness, ICommonBusiness commonBusiness)
 {
     _notificationBusiness = notificationBusiness;
     _commonBusiness       = commonBusiness;
 }
Ejemplo n.º 8
0
 public AgencyController(IAgencyBusiness __IAgencyBusiness, INotificationBusiness __INotificationBusiness, INotificationService __INotificationService)
 {
     _IAgencyBusiness       = __IAgencyBusiness;
     _INotificationBusiness = __INotificationBusiness;
     _INotificationService  = __INotificationService;
 }