package se.idega.idegaweb.commune.care.business; public interface AccountingSessionHome extends com.idega.business.IBOHome { public AccountingSession create() throws javax.ejb.CreateException, java.rmi.RemoteException; }