Example #1
0
 public DL_Agente(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }
Example #2
0
 public DL_ActDatos(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }
 public DL_RPAMain(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }
 public DL_PasePedido(string cadCnx)
 {
     DL_GenericObj = new DL_Generic(cadCnx);
 }