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