maksit-certs-ui/src/Models/LetsEncryptServer/Requests/InitRequest.cs
2024-06-05 22:19:34 +02:00

12 lines
251 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MaksIT.Models.LetsEncryptServer.Requests {
public class InitRequest {
public string[] Contacts { get; set; }
}
}