Beispiel #1
0
 public void DeleteAccountsSoup()
 {
     if (_store.HasSoup(AccountsSoup))
     {
         _store.DropSoup(AccountsSoup);
     }
 }
        public void RecreateClearSoup()
        {
            if (_store.HasSoup(SoupName))
            {
                _store.DropSoup(SoupName);
            }

            SetupSyncsSoupIfNotExists();
        }
        public void RecreateClearSoup()
        {
            if (_store.HasSoup(SoupName))
            {
                _store.DropSoup(SoupName);
            }

            SetupNewCategoryContentSoupIfNotExists();
        }