Files
xCommons/Models/XCertificate.cs
2024-01-25 04:39:39 +03:30

6 lines
159 B
C#

namespace xCommons.Models {
public partial class XCertificate {
public string Path { get; set; }
public string Secret { get; set; }
}
}