mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-22 09:37:56 +00:00
9 lines
184 B
C#
9 lines
184 B
C#
namespace SilkierQuartz.Example
|
|
{
|
|
public class AppSettings
|
|
{
|
|
public bool EnableHelloJob { get; set; }
|
|
public bool EnableHelloSingleJob { get; set; }
|
|
}
|
|
}
|