//This file generated automatically from the MARIUS LP system, please do not edit.

public interface ServicioIF {
void operacion();
public final static ServicioIF SERVICIO = new ServicioProxy();
} //End of class ServicioIF
