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