dotnetcron/ConsoleSettings.cs
2017-09-26 22:09:31 +01:00

7 lines
No EOL
118 B
C#

namespace DotNetCron
{
public class ConsoleSettings
{
public string OutputString { get; set; }
}
}