mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-01-01 03:00:17 +00:00
8 lines
No EOL
207 B
C#
8 lines
No EOL
207 B
C#
namespace MonoStockPortfolio.Core.Config
|
|
{
|
|
public interface IConfigRepository
|
|
{
|
|
ConfigManager.Config LoadOrCreateConfig();
|
|
void SaveConfig(ConfigManager.Config config);
|
|
}
|
|
} |