Beispiel #1
0
 public ContratoDAO(GestorSQL gestorSQL)
 {
     this.gestorSQL = gestorSQL;
 }
Beispiel #2
0
 public ProductoDao(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
 public LineaDeVentaDao(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Beispiel #4
0
 public MovimientoDAO(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Beispiel #5
0
 public ComprobanteDePagoDao(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Beispiel #6
0
 public TransaccionDAO(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Beispiel #7
0
 public EmpleadoDAO(GestorSQL gestorSQL)
 {
     this.gestorSQL = gestorSQL;
 }
Beispiel #8
0
 public UsuarioDAO(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
Beispiel #9
0
 public PeriodoDePagoDAO(GestorSQL gestorSQL)
 {
     this.gestorSQL = gestorSQL;
 }
Beispiel #10
0
 public CuentaDAO(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }
 public BoletaDAO(GestorSQL gestorSQL)
 {
     this.gestorSQL = gestorSQL;
 }
Beispiel #12
0
 public CategoriaDao(IGestorAccesoDatos gestorSQL)
 {
     this.gestorSQL = (GestorSQL)gestorSQL;
 }