Exemplo n.º 1
0
 public DL_Agente(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }
Exemplo n.º 2
0
 public DL_ActDatos(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }
Exemplo n.º 3
0
 public DL_RPAMain(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }
 public DL_PasePedido(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }