jsonconverter for IUniquieID

This commit is contained in:
2023-09-18 08:39:41 +02:00
parent a2f986e666
commit fb752da740

View File

@@ -1,9 +1,11 @@
using System;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace Pilz.Cryptography
{
[JsonConverter(typeof(Json.Converters.UniquieIDStringJsonConverter))]
public interface IUniquieID
{
bool HasID { get; }