Ejemplo n.º 1
0
 public void CRE_Bodega_Articulo(MOD_Bodega_Articulo obj)
 {
     try
     {
         this.IniciarTransaccion();
         AD_Bodega_Articulo objBodega_Articulo = new AD_Bodega_Articulo();
         objBodega_Articulo.CRE_Bodega_Articulo(this.comando, obj);
         this.ConfirmarTransaccion();
     }
     catch (Exception exc)
     {
         this.DeshacerTransaccion();
         throw exc;
     }
 }