mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2026-01-27 03:07:32 +00:00
12 lines
211 B
C#
12 lines
211 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace AspNetCoreSampleQuartzHostedService
|
|
{
|
|
public class InjectProperty
|
|
{
|
|
public string WriteText { get; set; }
|
|
}
|
|
}
|