Beispiel #1
0
 public void SoitUnAutreCompteDejaExistantAvecPourNom(string name)
 {
     this.existingAccountFromName = new NoLeaveAccount(new AccountId(4), new AccountName(name));
 }
Beispiel #2
0
 public void SoitUnAutreCompteDejaExistantAvecUnId(int id)
 {
     this.existingAccountFromId = new NoLeaveAccount(new AccountId(id), new AccountName("existant"));
 }