maksit-certs-ui/LetsEncrypt/ACMEv2/IHashLocation.cs
2019-06-29 18:38:18 +02:00

11 lines
114 B
C#

using System;
namespace ACMEv2
{
interface IHasLocation
{
Uri Location { get; set; }
}
}