Skip to content

Commit

Permalink
Solucionado integracion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Saiz committed Nov 2, 2024
2 parents 3cbdd1a + bf4ab7f commit 9ee73e5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,13 @@ public void showDescuentoActivity() {
Intent intent = new Intent(this, RegistrarDescuentoView.class);
startActivity(intent);
}

@Override
public void mostrarErrorNoGaolinerasEnMunicipio(String s) {

}

@Override
public void showBtnCancelarFiltro() {
}
}

0 comments on commit 9ee73e5

Please sign in to comment.