Moved to ADO2024 PI#
Ran SortCodeMethods
This commit is contained in:
15
ADO2024/PI3/WorkItems/Html.cs
Normal file
15
ADO2024/PI3/WorkItems/Html.cs
Normal file
@ -0,0 +1,15 @@
|
||||
#if WorkItems
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace File_Folder_Helper.ADO2024.PI3.WorkItems;
|
||||
|
||||
public class Html
|
||||
{
|
||||
[JsonConstructor]
|
||||
public Html(
|
||||
string href
|
||||
) => Href = href;
|
||||
|
||||
public string Href { get; } // { init; get; }
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user