Example #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
         if (oDa != null)
         {
             oDa.Dispose();
             oDa = null;
         }
 }
Example #2
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_PAIS()
 {
     oDa = new DAUbigeo();
 }
Example #3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_DEPA()
 {
     oDa = new DAUbigeo();
 }
Example #4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_PROV()
 {
     oDa = new DAUbigeo();
 }
Example #5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_DIST()
 {
     oDa = new DAUbigeo();
 }