27282930313233
* The EJB service simply executes the local version on the server. */ private IConfigService configService; public EjbConfigService() { this.configService = new LocalConfigService(); }
25262728293031
26272829303132