mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-22 09:37:56 +00:00
12 lines
197 B
C#
12 lines
197 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SilkierQuartz.Example
|
|
{
|
|
public class InjectProperty
|
|
{
|
|
public string WriteText { get; set; }
|
|
}
|
|
}
|