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