init
This commit is contained in:
9
OpenCand.ETL/Config/CsvSettings.cs
Normal file
9
OpenCand.ETL/Config/CsvSettings.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OpenCand.Config
|
||||
{
|
||||
public class CsvSettings
|
||||
{
|
||||
public string CandidatosFolder { get; set; } = string.Empty;
|
||||
public string BensCandidatosFolder { get; set; } = string.Empty;
|
||||
public string RedesSociaisFolder { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user