コード例 #1
0
 public Historial IngresarVehiculo(Historial historial)
 {
     realm.Add(ConversorHistorial.AEntidad(historial));
     return(historial);
 }
コード例 #2
0
 public double ActualizarHistorial(Historial historial)
 {
     realm.Add(ConversorHistorial.AEntidad(historial));
     return(historial.Cobro);
 }