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

public class ControladorUpper implements ControladorIF {

public String servicio(String datos){
  return datos.toUpperCase();
}

} //End of class ControladorUpper
