add storage functionality and appdata model
This commit is contained in:
parent
b4ce64456e
commit
c29658e7e4
3 changed files with 51 additions and 0 deletions
9
MetaforceInstaller.Core/Intefaces/IStorageService.cs
Normal file
9
MetaforceInstaller.Core/Intefaces/IStorageService.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using MetaforceInstaller.Core.Models;
|
||||
|
||||
namespace MetaforceInstaller.Core.Intefaces;
|
||||
|
||||
public interface IStorageService
|
||||
{
|
||||
AppData Load();
|
||||
void Save(AppData data);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue