feat: 初始功能
This commit is contained in:
9
Services/Abstractions/ISettingsService.cs
Normal file
9
Services/Abstractions/ISettingsService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using CloudPrint.Client.Models;
|
||||
|
||||
namespace CloudPrint.Client.Services.Abstractions;
|
||||
|
||||
public interface ISettingsService
|
||||
{
|
||||
ClientSettings Load();
|
||||
void Save(ClientSettings settings);
|
||||
}
|
||||
Reference in New Issue
Block a user