mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2026-01-02 15:08:37 +00:00
12 lines
201 B
C#
12 lines
201 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SampleQuartzHostedService
|
|
{
|
|
public class InjectProperty
|
|
{
|
|
public string WriteText { get; set; }
|
|
}
|
|
}
|