public IUniquieID

This commit is contained in:
schedpas
2021-10-27 10:11:58 +02:00
parent ad4e8b7e41
commit 2415feaca3

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace Pilz.Cryptography namespace Pilz.Cryptography
{ {
interface IUniquieID public interface IUniquieID
{ {
bool HasID { get; } bool HasID { get; }
string ID { get; } string ID { get; }