10 lines
150 B
C#
10 lines
150 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace KGdev.BI3D.Revit.ExporterV2
|
|||
|
|
{
|
|||
|
|
internal class HasherOutput
|
|||
|
|
{
|
|||
|
|
public string Signature { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|