package entreprise;

public interface IEmploye {
	double getPaye();
	void ajouterHeuresSup(int i);
}