12 lines
196 B
C#
12 lines
196 B
C#
using System;
|
|
|
|
namespace KGdev.BI3D.Revit.ExporterV2
|
|
{
|
|
internal class HasherInput
|
|
{
|
|
public string HexSha512Hash { get; set; }
|
|
|
|
public string Token { get; set; }
|
|
}
|
|
}
|