protected virtual void Dispose(bool disposing) { if (disposing) if (oDa != null) { oDa.Dispose(); oDa = null; } }
/// <summary> /// CONSTRUCTOR DE LA CLASE /// </summary> public BRSVTD_OVEN_GROU() { oDa = new DASales(); }
/// <summary> /// CONSTRUCTOR DE LA CLASE /// </summary> public BRSVTD_OVEN() { oDa = new DASales(); }
/// <summary> /// CONSTRUCTOR DE LA CLASE /// </summary> public BRSVTD_COTI_GROU() { oDa = new DASales(); }
/// <summary> /// CONSTRUCTOR DE LA CLASE /// </summary> public BRSVTD_COTI() { oDa = new DASales(); }