mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-04-13 01:11:01 -09: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);
|
|
}
|
|
} |