Ejemplo n.º 1
0
 public PreRutaBC()
 {
     CONDUCTOR = new ConductorBC();
     ENVIO     = new EnvioBC();
     OPERACION = new OperacionBC();
     ORIGEN    = new OrigenBC();
     TRAILER   = new TrailerBC();
     TRACTO    = new TractoBC();
     HORARIO   = new HorarioBC();
 }
Ejemplo n.º 2
0
 public bool Guardar(TrailerBC t)
 {
     return(tran.Trailer_Guardar(t));
 }