Example #1
0
 public ProjectDonatedJob(IWithdrawalHelper withdrawalHelper)
 {
     _withdrawalHelper = withdrawalHelper;
 }
Example #2
0
 public ProjectDonatedViaAffiliateProgramJob(IWithdrawalHelper withdrawalHelper, IUserMultiAccountHelper userMultiAccountHelper)
 {
     _withdrawalHelper       = withdrawalHelper;
     _userMultiAccountHelper = userMultiAccountHelper;
 }
Example #3
0
 public InitWithdrawalJob(IMatrixPositionRepository matrixPositionRepository, IMatrixPositionHelper matrixPositionHelper, IWithdrawalHelper withdrawalHelper)
 {
     _matrixPositionRepository = matrixPositionRepository;
     _matrixPositionHelper     = matrixPositionHelper;
     _withdrawalHelper         = withdrawalHelper;
 }
 public DonationForFoundationJob(IWithdrawalHelper withdrawalHelper)
 {
     _withdrawalHelper = withdrawalHelper;
 }