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_PAIS()
 {
     oDa = new DAUbigeo();
 }
Exemplo n.º 3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_DEPA()
 {
     oDa = new DAUbigeo();
 }
Exemplo n.º 4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_PROV()
 {
     oDa = new DAUbigeo();
 }
Exemplo n.º 5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_DIST()
 {
     oDa = new DAUbigeo();
 }