Exemplo n.º 1
0
 public Historial IngresarVehiculo(Historial historial)
 {
     realm.Add(ConversorHistorial.AEntidad(historial));
     return(historial);
 }
Exemplo n.º 2
0
 public double ActualizarHistorial(Historial historial)
 {
     realm.Add(ConversorHistorial.AEntidad(historial));
     return(historial.Cobro);
 }