using System; using System.Collections.Generic; using System.Text; namespace AspNetCoreSampleQuartzHostedService { public class InjectProperty { public string WriteText { get; set; } } }