package custaddr.ejbs;

import javax.ejb.Local;

@Local
public interface TestBeanLocal {
	public String getResult();

}
