public PreRutaBC() { CONDUCTOR = new ConductorBC(); ENVIO = new EnvioBC(); OPERACION = new OperacionBC(); ORIGEN = new OrigenBC(); TRAILER = new TrailerBC(); TRACTO = new TractoBC(); HORARIO = new HorarioBC(); }
public PedidoBC() { // // TODO: Agregar aquí la lógica del constructor // COMUNA = new ComunaBC(); USUARIO_PEDIDO = new UsuarioBC(); USUARIO_ENVIO = new UsuarioBC(); HORA_SALIDA = new HorarioBC(); RUTA_PEDIDO = new RutaPedidoBC(); DETALLE = new List <PedidoDetalleBC>(); }