예제 #1
0
 public GetEmployerAgreementTestFixtures WithAccount(long accountId, string hashedAccountId)
 {
     EmployerAgreementBuilder.WithAccount(accountId, hashedAccountId);
     return(this);
 }
 public GetLastSignedAgreementTestFixtures WithSignedAgreement(long accountId, long legalEntityId, long accountLegalEntityId, int agreementVersion, DateTime signedTime, out EmployerAgreement employerAgreement)
 {
     EmployerAgreementBuilder.WithAccount(accountId, "ABC1234");
     EmployerAgreementBuilder.WithSignedAgreement(accountId, legalEntityId, accountLegalEntityId, agreementVersion, signedTime, out employerAgreement);
     return(this);
 }