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