-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
primer avance MVC con solicitar recarga
- Loading branch information
Showing
8 changed files
with
146 additions
and
177 deletions.
There are no files selected for viewing
21 changes: 12 additions & 9 deletions
21
ObligatorioDDA/src/controladores/ControladorSolicitarRecargas.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
ObligatorioDDA/src/controladores/VistaSolicitarRecargas.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package controladores; | ||
|
||
import logica.dominio.Propietario; | ||
|
||
public interface VistaSolicitarRecargas { | ||
|
||
void mostrar(Propietario propietario); | ||
|
||
void solicitarRecarga(int monto); | ||
|
||
} |
6 changes: 0 additions & 6 deletions
6
ObligatorioDDA/src/controladores/VistasSolicitarRecargas.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.