예제 #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 BRSVMD_SOCI_NEGO_CONT()
 {
     oDa = new DAManagement();
 }
예제 #3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_SOCI_NEGO()
 {
     oDa = new DAManagement();
 }
예제 #4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_TIPO_CAMB()
 {
     oDa = new DAManagement();
 }
예제 #5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMD_SOCI_NEGO_SUCU()
 {
     oDa = new DAManagement();
 }