package vp.ejb;
import javax.ejb.*;

public interface VekslerLocalHome extends EJBLocalHome 
{
	VekslerLocal create() throws CreateException;
}