Files
SilkierQuartz/sample/SampleQuartzHostedService/InjectProperty.cs
2018-09-05 23:28:48 +05:00

12 lines
201 B
C#

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