Beispiel #1
0
 public bool ModificarCadete(EntidadesCompartidas.Cadete cadete)
 {
     return(true);
 }
Beispiel #2
0
 public static EntidadesCompartidas.Cadete SeleccionarCadete(int cedula)
 {
     EntidadesCompartidas.Cadete cadete = new EntidadesCompartidas.Cadete();
     return(cadete);
 }
Beispiel #3
0
 public bool AltaCadete(EntidadesCompartidas.Cadete cadete)
 {
     return(true);
 }