Files
SilkierQuartz/sample/AppSettings.cs
2021-02-26 20:49:34 +07:00

9 lines
184 B
C#

namespace SilkierQuartz.Example
{
public class AppSettings
{
public bool EnableHelloJob { get; set; }
public bool EnableHelloSingleJob { get; set; }
}
}