mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
12 lines
251 B
C#
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; }
|
|
}
|
|
}
|