Ejemplo n.º 1
0
        public async Task <bool> LoadItemsAsync()
        {
            _items = await _store.LoadAsync();

            return(true);
        }