Exemplo n.º 1
0
 public IList <Factura> getFacturasSQL()
 {
     return(Dato.getFacturaSQL());
 }
Exemplo n.º 2
0
 public IList <Venta> getVentasSQL()
 {
     return(Dato.getVentaSQL());
 }
Exemplo n.º 3
0
 public IList <Cliente> getClientesSQL()
 {
     return(Dato.getClienteSQL());
 }