mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
big refactoring. get rid of static properties and coupled architecture. prepare system for integration tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Azaion.Common.DTO.Config;
|
||||
|
||||
namespace Azaion.Common.Services;
|
||||
|
||||
public interface IConfigurationStore
|
||||
{
|
||||
Task<AppConfig> LoadAsync(CancellationToken ct = default);
|
||||
Task SaveAsync(AppConfig config, CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user