package vente;

public interface IContact {
	String getNom();
	String getCarte();
	String getCompte();
}