public bool AnularDB(ba_Archivo_Transferencia_Info info) { try { return(odata.AnularDB(info)); } catch (Exception) { throw; } }
public bool AnularDB(ba_Archivo_Transferencia_Info info) { try { return(oData.AnularDB(info)); } 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("", "Get_List_Archivo_transferencia", ex.Message), ex) { EntityType = typeof(ba_Archivo_Transferencia_Bus) }; } }