package exo1.vente;

public interface IFournisseur extends IContact {
	String getCompte();
}
