public override int GetHashCode() { return(CompteClient.GetHashCode()); }
public PartSociale(CompteClient compteClient, StatutPartSociale statutPartSociale, double montant) : this(compteClient) { StatutPartSociale = statutPartSociale; Montant = montant; }
public Beneficier(int id, string nom, string descriptionCondition, int pourcentage, CompteClient compteClient) { Id = id; Nom = nom; DescriptionCondition = descriptionCondition; Pourcentage = pourcentage; CompteClient = compteClient; }
public PartSociale(CompteClient compteClient) { CompteClient = compteClient; }
public Beneficier(CompteClient compteClient) { CompteClient = compteClient; }