using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SilkierQuartz.Example { public class AppSettings { public bool EnableHelloJob { get; set; } public bool EnableHelloSingleJob { get; set; } } }