Ejemplo n.º 1
0
 public static List <Alquiler> Listar_Alquileres_Por_Vehiculo(Vehiculo Veh)
 {
     return(PersistenciaAlquiler.Listar_Alquileres_Por_Vehiculo(Veh));
 }
Ejemplo n.º 2
0
 public static Int32 Total_Vehiculo(Vehiculo Veh)
 {
     return(PersistenciaAlquiler.Total_Vehiculo(Veh));
 }
Ejemplo n.º 3
0
 public static void Confirmar_Alquiler(Alquiler Alq)
 {
     PersistenciaAlquiler.Confirmar_Alquiler(Alq);
 }