package ufrn.imd.service; import ufrn.imd.domain.Account; import java.rmi.Remote; import java.rmi.RemoteException; public interface WidthawService extends Remote { public void widthaw(Double value, Account account) throws RemoteException; }