package exo1.vente;

public interface IClient extends IContact {
	String getCarte();
}
