package comport;

public class SoinChiru implements Soin
{
	@Override
	public void Soigner()
	{
		// TODO Auto-generated method stub
		System.out.println("Je t'opère.");
	}
}
