Exemplo n.º 1
0
 public liquidacionCompra get_xml(int IdEmpresa, int IdSucursal, int IdTipoCbte_Ogiro, decimal IdCbteCble_Ogiro)
 {
     try
     {
         return(data.get_xml(IdEmpresa, IdSucursal, IdTipoCbte_Ogiro, IdCbteCble_Ogiro));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "Generar xml", ex.Message), ex)
               {
                   EntityType = typeof(cp_orden_giro_Bus)
               };
     }
 }