Added new settings management
This commit is contained in:
15
Data/EJaySettings.cs
Normal file
15
Data/EJaySettings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace DebtMgr.Data
|
||||
{
|
||||
public class EJaySettings
|
||||
{
|
||||
public string Database { get; set; }
|
||||
|
||||
public string TelegramPath { get; set; }
|
||||
|
||||
public EJaySettings()
|
||||
{
|
||||
Database = string.Empty;
|
||||
TelegramPath = string.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user