mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-01-03 19:27:28 +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);
|
|
}
|
|
} |