Files
SilkierQuartz/sample/AspNetCoreSampleQuartzHostedService/InjectProperty.cs

12 lines
211 B
C#

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