ServiceBanqueRemote.java 106 Bytes
package ejb.sessions;

@javax.ejb.Remote 
public interface ServiceBanqueRemote extends ServiceBanque {

}