コード例 #1
0
ファイル: ProjectDonatedJob.cs プロジェクト: wbz-hot/BitClub7
 public ProjectDonatedJob(IWithdrawalHelper withdrawalHelper)
 {
     _withdrawalHelper = withdrawalHelper;
 }
コード例 #2
0
 public ProjectDonatedViaAffiliateProgramJob(IWithdrawalHelper withdrawalHelper, IUserMultiAccountHelper userMultiAccountHelper)
 {
     _withdrawalHelper       = withdrawalHelper;
     _userMultiAccountHelper = userMultiAccountHelper;
 }
コード例 #3
0
 public InitWithdrawalJob(IMatrixPositionRepository matrixPositionRepository, IMatrixPositionHelper matrixPositionHelper, IWithdrawalHelper withdrawalHelper)
 {
     _matrixPositionRepository = matrixPositionRepository;
     _matrixPositionHelper     = matrixPositionHelper;
     _withdrawalHelper         = withdrawalHelper;
 }
コード例 #4
0
 public DonationForFoundationJob(IWithdrawalHelper withdrawalHelper)
 {
     _withdrawalHelper = withdrawalHelper;
 }