Ejemplo n.º 1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
         if (oDa != null)
         {
             oDa.Dispose();
             oDa = null;
         }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_OVEN_GROU()
 {
     oDa = new DASales();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_OVEN()
 {
     oDa = new DASales();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_COTI_GROU()
 {
     oDa = new DASales();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_COTI()
 {
     oDa = new DASales();
 }