Skip to content

Commit

Permalink
Add icons and improve ribbon panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar97 committed Sep 21, 2023
1 parent 396bb37 commit dba4bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Persistence/IPersistentStorageProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ public interface IPersistentStorageProvider
T Fetch<T>() where T : class, new();

bool Persist<T>(T toStore) where T : class;

void Open<T>() where T : class;
}
}

0 comments on commit dba4bac

Please sign in to comment.