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