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