Exemplo n.º 1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
         if (oDa != null)
         {
             oDa.Dispose();
             oDa = null;
         }
 }
Exemplo n.º 2
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_TIPO_ARTI()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_MODE_ARTI()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_TIPO_IDEN()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_TIPO_DOCU()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 6
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_TIPO_CONT()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 7
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_COND_PAGO()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 8
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_TIPO_SOCI()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 9
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_SUCU()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 10
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_SERI_CORR()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 11
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_PROY()
 {
     oDa = new DAGenerics();
 }
Exemplo n.º 12
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_MONE()
 {
     oDa = new DAGenerics();
 }