package comport;

public interface Soin
{
	public abstract void Soigner();
}
