Beispiel #1
0
 public bool GuardarPuntos(PreRutaBC p)
 {
     return(tran.PreRuta_GuardarPuntos(p));
 }
Beispiel #2
0
 public bool Guardar(PreRutaBC p)
 {
     return(tran.PreRuta_Guardar(p));
 }
Beispiel #3
0
 public bool GuardarPuntos(PreRutaBC p, string id_destinos, string tiempos, string hora_salida)
 {
     return(tran.PreRuta_GuardarPuntos(p, id_destinos, tiempos, hora_salida));
 }