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

public class Servicio implements ServicioIF {
public void operacion() {
 System.out.println("Servicio ");
}
} //End of class Servicio
