public IEnumerable GetAll() { try { return(plugin.ReadAll()); } catch (Exception ex) { throw new UserAdapterException(ex.ToString()); } }
/// <summary> /// Gets all available Blabs /// </summary> /// <returns>IEnumerable of Blab objects</returns> public IEnumerable GetAll() { return(Plugin.ReadAll()); }