2
0
forked from sim0n00ps/OF-DL

7 lines
104 B
C#

namespace OF_DL.Models.Entities.Common;
public class Signature
{
public Dash? Dash { get; set; }
}