Exemple #1
0
 public Controlador_VentaMayorista()
 {
     listaTarjeta         = new List <Tarjeta>();
     listaEntrega         = new List <Entrega>();
     listaEntregaAuxiliar = new List <float>();
     listaAuxiliarTarjeta = new List <float>();
     listaNotaCredito     = new List <NotaCredito>();
     clienteMayorista     = new ClienteMayorista();
     articulo             = new Articulo();
     venta         = new Venta();
     detalleVp     = new DetalleVP();
     listaDetalle  = new List <DetalleVP>();
     modeloFactura = Properties.Resources.ModeloFactura;
 }
Exemple #2
0
 public Controlador_Venta()
 {
     clienteMayorista     = new ClienteMayorista();
     articulo             = new Articulo();
     venta                = new Venta();
     detalleVp            = new DetalleVP();
     listaDetalle         = new List <DetalleVP>();
     listaTarjeta         = new List <Tarjeta>();
     listaEntrega         = new List <Entrega>();
     listaNotaCredito     = new List <NotaCredito>();
     listaEntregaAuxiliar = new List <float>();
     listaAuxiliarTarjeta = new List <float>();
     listaFormaPago       = new ListaFormaPago();
     coleccionFormaPago   = new List <ListaFormaPago>();
 }