/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ejb.biz; import ejb.dom.Usuario; import javax.ejb.Remote; /** * * @author MingotiC */ @Remote public interface vps1Remote { String userCreate(Usuario usuario); }