Esempio n. 1
0
 public void CRE_Bodega(MOD_Bodega obj)
 {
     try
     {
         this.IniciarTransaccion();
         AD_Bodega objBodega = new AD_Bodega();
         objBodega.CRE_Bodega(this.comando, obj);
         this.ConfirmarTransaccion();
     }
     catch (Exception exc)
     {
         this.DeshacerTransaccion();
         throw exc;
     }
 }